Allows items to be sorted by caption, by the Data property, or both.
Source position: comctrls.pp line 3705
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.6 | Generated 2026-02-20 | Home |