System.UTF8CompareLocale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

UTF8CompareLocale: Cardinal;

C++

extern DELPHI_PACKAGE unsigned UTF8CompareLocale;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Specifies the locale used when comparing two strings.

UTF8CompareLocale specifies the locale used when comparing two UTF8 strings. When the Windows version is Windows 2000 or later, an invariant locale is used, otherwise English (US) is assumed.

Note: UTF8CompareLocale is initialized in the System unit. It is recommended that the applications do not change its value directly. Used only in Windows.

See Also