DrawColumnCell这个函数是干嘛用的.该怎么处理

DrawColumnCell这个函数是干嘛用的...Applications cannot call DrawColumnCell directly. It is exposed

DrawColumnCell这个函数是干嘛用的...
Applications cannot call DrawColumnCell directly. It is exposed as a protected method so that descendants can call the OnDrawColumnCell event handler or override the method to block the event.

帮助里的介绍...

程序里用到了,但是函数里面除了一堆前人留下的看不懂的注释 什么都没有,

是不是可以直接把这个函数丢弃了...



[解决办法]
根据条件给行着色,dbgrid隔行换色上我用过这个函数