Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStringsSortStyles

Set of TStringsSortStyle.

Declaration

Source position: classesh.inc line 819

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.

);

Description

TStringsSortStyles is the set type for enumeration TStringsSortStyle.

See also

TStringsSortStyle

  

Determines how the strings are sorted.


Documentation generated on: Jul 24 2023