[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TStringsSortStyles

Set of TStringsSortStyle

Declaration

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.

);

Description

TStringsSortStyles is the set type for enumeration TStringsSortStyle.

See also

TStringsSortStyle

  

Determines how the strings are sorted


Documentation generated on: May 14 2021