| DefaultDrawCell method |
Applies to
TIB_CustomGrid
Declaration
Procedure DefaultDrawCell(ACol, ARow: Longint; ARect: TRect; AState: TGridDrawState; CellDisplayText: string; CellAlignment: TAlignment );
Description
Default method to handle the drawing of the data cells.
This can be called from the OnDrawCell event to handle cells that need no
specific painting performed.