|
|
|
Location:
dial.h
class TCityDialCodes;
Supported from 5.0
International and area prefixes to a subscriber number.
Defined in TCityDialCodes:
iAreaCode, iIntlPref, iNatCode, iNatPref
TAreaCode iAreaCode;
The area code component of a telephone number minus any leading zeros.
For example, a London number '020 7563 2...' would have an iAreaCode of '20'.
TNatCode iNatCode;
The code prefixed to all national numbers.
For example, a UK number such as '020 7563 2...' would have an iNatCode of '0'.
TNatPrefCode iNatPref;
The national prefix number.
For example, the national prefix number for the UK is '44'.
TIntlPrefCode iIntlPref;
The international prefix number.
For example the international prefix number used in the UK is '00'.