[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Custom draws the specified subitem returning True if successful.
Source position: comctrls.pp line 1539
protected function TCustomListView.CustomDrawSubItem( |
AItem: TListItem; |
ASubItem: Integer; |
AState: TCustomDrawState; |
AStage: TCustomDrawStage |
):Boolean; virtual; |
CustomDrawSubItem draws a sub-item in the control using the OnCustomDrawSubItem and OnAdvancedCustomDrawSubItem event handlers (when assigned).