RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGrid.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!