FMX.PhoneDialer.IFMXPhoneDialerService.GetOnCallStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnCallStateChanged: TOnCallStateChanged;

C++

virtual TOnCallStateChanged __fastcall GetOnCallStateChanged(void) = 0 ;

Properties

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

Description

Getter prototype for the implementation of the OnCallStateChanged event in classes.

See Also