Navigation: Code Documentation > RSCommon > Structures > Enumerations
TStringOpsType Enumeration
Defines the possible ways to sort a string list:
Namespace: Structures
Delphi
type TStringOpsType = ( soCaseSensitive, soCaseInsensitive, soCaseSensitiveLocale, soCaseInsensitiveLocale );
Name
Description
soCaseInsensitive
Sort case insensitively, no Locale information
soCaseInsensitiveLocale
Sort case insensitively, Locale information
soCaseSensitive
Sort case sensitively, no Locale information
soCaseSensitiveLocale
Sort case sensitively, Locale information
Top
•Structures