| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Determines how the strings are sorted
Source position: classesh.inc line 813
type TStringsSortStyle = (  | 
||
sslNone,  | 
  | 
The strings are not sorted  | 
sslUser,  | 
  | 
The strings are kept sorted by the user.  | 
sslAuto  | 
  | 
The TStrings instance keeps the strings sorted.  | 
);  | 
TStringsSortStyle is the type used in the TStringList.SortStyle property, and describes how the strings are sorted when the TStringList.Sorted property is True. It has the following values:
  | 
Determines whether the list is sorted or not.  | 
|
  | 
Sort style for strings  |