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

TCustomListView.CustomSort

Sorts the Items for the list view control using the specified procedure or the OnCompare event handler.

Declaration

Source position: comctrls.pp line 1603

public function TCustomListView.CustomSort(

  ASortProc: TLVCompare;

  AOptionalParam: PtrInt

):Boolean;