Draws the text for a non-fixed cell in the grid.
Source position: grids.pas line 1033
protected procedure TCustomGrid.DrawTextInCell( |
aCol: Integer; |
aRow: Integer; |
aRect: TRect; |
aState: TGridDrawState |
); virtual; |
The implementation for DrawTextInCell is empty in TCustomGrid. It is overridden in descendent classes.