FMX.PhoneDialer.TCarrier.GetIsoCountryCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsoCountryCode: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetIsoCountryCode() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.PhoneDialer.pas
FMX.PhoneDialer.hpp
FMX.PhoneDialer TCarrier

Description

Virtual abstract method to be implemented in subclasses in order to return the ISO country code of the SIM card operator. For more information, refer to the ISO 3166-1 external topic.

See Also