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;

SysUtils

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!