[Overview][Constants][Types][Classes][Procedures and functions][Index] |
DrawCell renders the specified grid cell using the supplied drawing state.
Source position: dbgrids.pas line 448
protected procedure TCustomDBGrid.DrawCell( |
aCol: Integer; |
aRow: Integer; |
aRect: TRect; |
aState: TGridDrawState |
); override; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
aState |
|
Drawing state for the cell. |
DrawCell is used to render a cell at the specified coordinates with the specified drawing state.