Set of TStringsSortStyle.
Source position: classesh.inc line 1100
type TStringsSortStyles = set of ( |
||
sslNone, |
|
The strings are not sorted. |
sslUser, |
|
The strings are kept sorted by the user. |
sslAuto |
|
The TStrings instance keeps the strings sorted. |
); |
TStringsSortStyles is the set type for enumeration TStringsSortStyle.
|
Determines how the strings are sorted. |