Function type for OnDrawCell event.
TDrawCellEvent = procedure (Sender: TObject; ACol, ARow: Longint; Rect: TRect; State: TGridDrawState) of object;
(Sender: TObject; ACol, ARow: Longint; Rect: TRect; State: TGridDrawState) ( TDrawCellEvent)();
Grids
TDrawCellEvent is the function type for a OnDrawCell event. Its parameters are described in this table.
Parameter |
Meaning |
Sender |
Grid in which cell is being drawn. |
ACol, ARow |
Column and row indexes of the cell being drawn. |
Rect |
Location of cell on canvas. |
State |
TGridDrawState that indicates whether the cell has input focus, whether the cell is selected, and whether the cell is a fixed (nonscrolling) cell. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|