RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.EraNames Variable

Defines the names of calendar eras for East Asian locales.

Pascal
EraNames: array [1..MaxEraCount] of string;
C++
array [1..MaxEraCount] of string EraNames;

EraNames defines an array of 7 era names for Japanese and Taiwanese locales. It is principally used for date formatting. 

 

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