Navigation: Code Documentation > RSCommon > GTree > Enumerations
TPriorityOrder Enumeration
Sort order for priority
Namespace: GTree
Delphi
type TPriorityOrder = (poDecreasing, poIncreasing);
Name
Description
poDecreasing
Represents constant poDecreasing.
poIncreasing
Represents constant poIncreasing.
Top
•GTree