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

TCustomListView.CustomDraw

Performs custom drawing in the given rectangle and returns True if successful.

Declaration

Source position: comctrls.pp line 1537

protected function TCustomListView.CustomDraw(

  const ARect: TRect;

  AStage: TCustomDrawStage

):Boolean; virtual;

Description

CustomDraw draws the control using the OnCustomDraw or OnAdvancedCustomDraw event handlers (when assigned).