Skip to content

TStrings.UseLocale

Determines what methods are used in strings comparison.

Declaration

Source position: classesh.inc line 790

public Property
  UseLocale : Boolean;

Description

Set UseLocale to True to use AnsiCompareStr and AnsiCompareText for comparing strings in the TStrings object.

Set UseLocale to False to use CompareStr and CompareText for comparing strings in the TStrings object.

The default value is True.

See also

Name Description
TStrings.Options A set of TStringsOption - various boolean properties.