TLocaleOptions defines a choice of dependent and independent locale options.
TLocaleOptions = ( loInvariantLocale, loUserLocale );
enum TLocaleOptions { loInvariantLocale, loUserLocale };
SysUtils
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|