Specifies an event handler signalled to draw an item in a list view control.
Source position: comctrls.pp line 1320
type TLVDrawItemEvent = procedure( |
Sender: TCustomListView; |
AItem: TListItem; |
ARect: TRect; |
AState: TOwnerDrawState |
) of object; |
|
Event handler signalled to render an owner drawn item. |