RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.OnDrawDataCell Event

Occurs when the grid needs to paint a cell if the State property of Columns is csDefault.

Pascal
property OnDrawDataCell: TDrawDataCellEvent;
C++
__property TDrawDataCellEvent OnDrawDataCell;

Do not write an OnDrawDataCell event handler. OnDrawDataCell is obsolete and included for backward compatibility. Instead, write an OnDrawColumnCell event handler. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!