| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TStringsSortStyle
Source position: classesh.inc line 814
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  |