[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Allows items to be sorted by caption, by the Data property, or both.
Source position: comctrls.pp line 3702
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.0 | Generated 2025-05-03 | Home |