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

TCustomListView.CustomDrawItem

Custom draws the specified item and returns True if successful.

Declaration

Source position: comctrls.pp line 1538

protected function TCustomListView.CustomDrawItem(

  AItem: TListItem;

  AState: TCustomDrawState;

  AStage: TCustomDrawStage

):Boolean; virtual;

Description

CustomDrawItem draws an item in the control using the OnCustomDrawItem or OnAdvancedCustomDrawItem event handlers (when assigned).