Draws the text for a non-fixed cell in the grid.
Source position: grids.pas line 1058
protected procedure TCustomGrid.DrawTextInCell( |
aCol: Integer; |
aRow: Integer; |
aRect: TRect; |
aState: TGridDrawState |
); virtual; |
aCol |
|
Column number for the cell drawn in the method. |
aRow |
|
Row number for the cell drawn in the method. |
aRect |
|
Rectangle with the coordinates where the cell text is drawn. |
aState |
|
Drawing state for the cell (like selected, focused, fixed, etc.). |
The implementation for DrawTextInCell is empty in TCustomGrid. It is overridden in descendent classes.
| Version 4.4 | Generated 2025-11-08 | Home |