[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sorts the top-level child nodes in Items.
Source position: comctrls.pp line 3089
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. |
|
|
Default routine used to returns a numeric value with the sort order for the specified tree nodes. |
Version 4.0 | Generated 2025-05-03 | Home |