Loading...
 

CX_LOCALE::CountryCodeMA

CX_LOCALE::CountryCodeMA

Description:

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

Note:
for the objects class CX_LOCALE and CX_STATE_LOCALE controls the function of the country code 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 code of the superior country, if a superior country exists If no higher-level country exists for this object, the function controls the country code for this country.

Code example:

Integer(CX_COUNTRY_LOCALE::CountryCodeMA().....)

...........................................
SystemObject Call(GetLocale)
Get(upperLocale) Get(CountryCodeMA())
...........................................
Get(upperLocale) 001 Swap Put (CountryCodeMA())

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