RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLanguages.ID Property

Contains a locale ID as a string.

Pascal
property ID [Index: Integer]: string;
C++
__property AnsiString ID[int Index];

Read ID to get the locale ID at a specified position in the array as a string. (To get the same ID as an integer, use the LocaleID property.) For example, if U.S. English is the first locale listed in TLanguages, then ID[0] returns the string $00000409. You can iterate through the ID array (from 0 to Count - 1) to determine whether a specific locale is in the array. 

 

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