Defines the event handler signalled to draw a cell a grid control.
Source position: grids.pas line 337
type TOnDrawCell = procedure( |
Sender: TObject; |
aCol: Integer; |
aRow: Integer; |
aRect: TRect; |
aState: TGridDrawState |
) of object; |
Sender |
|
Grid control for the event notification. |
aCol |
|
Column number to draw in the event handler. |
aRow |
|
Row number to draw in the event handler. |
aRect |
|
Rectangle to draw in the event handler. |
aState |
|
Grid drawing state used in the event handler. |