[Overview][Constants][Types][Classes][Procedures and functions][Index] |
CustomSort - Sorts the child nodes using SortProc.
Source position: comctrls.pp line 3092
public function TTreeNode.CustomSort( |
SortProc: TTreeNodeCompare |
):Boolean; |
SortProc |
|
Sorting algorithm executed in the method, or Nil to use the default procedure. |
Always returns True.
The child nodes (but not the grand-children) are sorted. If SortProc is Nil the method DefaultTreeViewSort is used. The default implementation always returns True.
Version 4.0 | Generated 2025-05-03 | Home |