CustomSort - Sorts the child nodes using SortProc.
Source position: comctrls.pp line 3095
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.6 | Generated 2026-02-20 | Home |