Allows items to be sorted by caption, by the Data property, or both.
Source position: comctrls.pp line 3704
protected property TCustomTreeView.SortType : TSortType |
Changing the Text or Data of a node will sort again. While adding nodes does not. Call TreeView1.AlphaSort to sort the whole tree. Call ParentNode.CustomSort(nil) to sort only the child nodes of a single node.
| Version 4.4 | Generated 2025-11-08 | Home |