[Overview][Constants][Types][Classes][Procedures and functions][Index] |
DrawCell renders the specified grid cell in the supplied drawing state
Source position: dbgrids.pas line 446
protected procedure TCustomDBGrid.DrawCell( |
aCol: Integer; |
aRow: Integer; |
aRect: TRect; |
aState: TGridDrawState |
); override; |
DrawCell is used to render a cell at the specified coordinates with the specified drawing state.
lazarus-ccr.sourceforge.net |