FMX.PhoneDialer.IFMXPhoneDialerService.GetCarrier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCarrier: TCarrier;

C++

virtual TCarrier* __fastcall GetCarrier() = 0 ;

Properties

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

Description

Is the prototype for a method that, when implemented, returns the current carrier. The Carrier object will be deleted automatically when deleting the phone dialer service.

See Also

Samples