FMX.PhoneDialer.TPhoneDialerService.DoCallStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCallStateChanged(const ACallID: string; const AState: TCallState); virtual;

C++

virtual void __fastcall DoCallStateChanged(const System::UnicodeString ACallID, const TCallState AState);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.PhoneDialer.pas
FMX.PhoneDialer.hpp
FMX.PhoneDialer TPhoneDialerService

Description

Fires an OnCallStateChanged event. Can be overridden in subclasses in order to perform additional tasks before or after issuing the event.

See Also