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

TLVAdvancedCustomDrawEvent

TLVAdvancedCustomDrawEvent - generic event handling method for List View custom drawing

Declaration

Source position: comctrls.pp line 962

type TLVAdvancedCustomDrawEvent = procedure(

  Sender: TCustomListView;

  const ARect: TRect;

  Stage: TCustomDrawStage;

  var DefaultDraw: Boolean

) of object;

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