TdxTreeCustomNode.CustomSort(TdxCustomTreeNodeCompareProc,Boolean) Method
In This Article
Custom sorts the node’s children.
#Declaration
Delphi
procedure CustomSort(ACompareProc: TdxCustomTreeNodeCompareProc; ARecurse: Boolean = False);
#Parameters
Name | Type | Description |
---|---|---|
ACompare |
Tdx |
A custom comparison routine. |
ARecurse | Boolean | If True, the procedure sorts child nodes at all nesting levels. If False, the procedure sorts only immediate children. |
See Also