[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled to perform advanced custom drawing for a list view item with stage and state information.
Source position: comctrls.pp line 1324
type TLVAdvancedCustomDrawItemEvent = procedure( |
Sender: TCustomListView; |
Item: TListItem; |
State: TCustomDrawState; |
Stage: TCustomDrawStage; |
var DefaultDraw: Boolean |
) of object; |