Navigation: Code Documentation > RSCommon > Structures > Enumerations
TSortOrder Enumeration
Defines the sort order
Namespace: Structures
Delphi
type TSortOrder = (soAscending, soDescending);
Name
Description
soAscending
Represents constant soAscending.
soDescending
Represents constant soDescending.
Top
•Structures