Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TLVAdvancedCustomDrawItemEvent

Specifies an event handler signalled to perform advanced custom drawing for a list view item with stage and state information.

Declaration

Source position: comctrls.pp line 1324

type TLVAdvancedCustomDrawItemEvent = procedure(

  Sender: TCustomListView;

  Item: TListItem;

  State: TCustomDrawState;

  Stage: TCustomDrawStage;

  var DefaultDraw: Boolean

) of object;