Loading...
 

CX_LOCALE::CountryMA

CX_LOCALE::CountryMA

Description:

This access function controls the input/output of the country name.

Note:
for the objects class CX_LOCALE and CX_STATE_LOCALE the function is controlled by the country name of the superordinate country If no parent country exists - error message "Error in a base-class".

for the objects class CX_COUNTRY_LOCALE controls the function of the country name of the superior country, if a superior country exists If no higher-level country exists for this object, the function controls the country name for this country.

Code example:

String(CX_COUNTRY_LOCALE::CountryMA().....)

...........................................
SystemObject Call(GetLocale)
Get(upperLocale) Get(CountryMA())
...........................................
Get(upperLocale) "USA" Swap Put (CountryMA())

Function call: <Widget> (CX_LOCALE::CountryMA(), ...)
widget> (CX_STATE_LOCALE::CountryMA(), ...)
widget> (CX_COUNTRY_LOCALE::CountryMA(), ...)
or with Put and Get (see example)