FMX.PhoneDialer.TCarrier.GetMobileCountryCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMobileCountryCode: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetMobileCountryCode() = 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 mobile country code. For more information, refer to the Mobile country code external topic.

See Also