|
TBaseVirtualTree.SortTree Method
Sorts the entire tree view.
Pascal
procedure SortTree(Column: TColumnIndex; Direction: TSortDirection; DoInit: Boolean = True);
Description
SortTree sorts the entire tree by applying Sort to every node which has got children.
Notes
This method initializes all nodes in the tree which may not only take quite a while but is also against the virtual paradigm
and therefore usually not recommended.
Class
Links
What do you think about this topic? Send feedback!
|