FMX.PhoneDialer.IFMXPhoneDialerService.OnCallStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCallStateChanged: TOnCallStateChanged read GetOnCallStateChanged write SetOnCallStateChanged;

C++

__property TOnCallStateChanged OnCallStateChanged = {read=GetOnCallStateChanged, write=SetOnCallStateChanged};

Properties

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

Description

Is the prototype for an event that occurs when the state of a call changes.

See Also