TdxTreeViewNode.AlphaSort(Boolean) Method
Sorts the node’s children.
Declaration
procedure AlphaSort(ARecurse: Boolean = False);
Parameters
Name | Type | Description |
---|---|---|
ARecurse | Boolean | If True, the procedure sorts child nodes at all nesting levels. If False, the procedure sorts only immediate children. |
See Also