RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TLocaleOptions Enumeration

TLocaleOptions defines a choice of dependent and independent locale options.

Pascal
TLocaleOptions = (
  loInvariantLocale,
  loUserLocale
);
C++
enum TLocaleOptions {
  loInvariantLocale,
  loUserLocale
};

The TLocaleOptions type is an enumeration of two choices for dealing with the operating locale of an application. This Microsoft Windows specific type is used in a number of string handling routines, where the locale language may have a bearing on the routine.

Defines 
loInvariantLocale  
Use this option where a consistent inter-application operation is desired, inedependent of the actual locale.  
loUserLocale  
Use this option where the user locale is taken into account.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!