FMX.PhoneDialer.IFMXPhoneDialerService.Call

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Call(const APhoneNumber: string): Boolean;

C++

virtual bool __fastcall Call(const System::UnicodeString APhoneNumber) = 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, makes a phone call to the specified phone number given through the APhoneNumber parameter.

See Also

Samples