[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The handler type for painting a single item of owner-draw list and combo boxes.
Source position: stdctrls.pp line 256
type TDrawItemEvent = procedure( |
Control: TWinControl; |
Index: Integer; |
ARect: TRect; |
State: TOwnerDrawState |
) of object; |
Control |
|
The control to draw. |
Index |
|
Index of the item to draw. |
ARect |
|
The item rectangle in the Canvas. |
State |
|
Flags describing the item state to draw (selected...). |
lazarus-ccr.sourceforge.net |