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

TCustomListView.IntfCustomDraw

IntfCustomDraw - uses the interface to perform custom drawing and returns a result of drawing.

Declaration

Source position: comctrls.pp line 1540

protected function TCustomListView.IntfCustomDraw(

  ATarget: TCustomDrawTarget;

  AStage: TCustomDrawStage;

  AItem: Integer;

  ASubItem: Integer;

  AState: TCustomDrawState;

  const ARect: PRect

):TCustomDrawResult;