[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TLVCustomDrawSubItemEvent

TLVCustomDrawSubItemEvent - generic event handling method for List View subitem drawing

Declaration

Source position: comctrls.pp line 959

type TLVCustomDrawSubItemEvent = procedure(

  Sender: TCustomListView;

  Item: TListItem;

  SubItem: Integer;

  State: TCustomDrawState;

  var DefaultDraw: Boolean

) of object;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.