[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sorts the top-level child nodes in Items.
Source position: comctrls.pp line 3066
public function TTreeNode.AlphaSort: Boolean; |
True on success.
Calls the CustomSort method to perform the default sort algorithm (alphabetic).
The return value is the result from the CustomSort method, and contains True on success.
|
CustomSort - Sorts the child nodes using SortProc. |
|
|
DefaultTreeViewSort - returns result of string comparison between names of Node1 and Node2 |