FMX.PhoneDialer.TOnCallStateChanged
Delphi
TOnCallStateChanged = procedure (const ACallID: string; const AState: TCallState) of object;
C++
typedef void __fastcall (__closure *TOnCallStateChanged)(const System::UnicodeString ACallID, const TCallState AState);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | FMX.PhoneDialer.pas FMX.PhoneDialer.hpp |
FMX.PhoneDialer | FMX.PhoneDialer |
Description
Is a procedural type used by the OnCallStateChanged event. The ACallID parameter contains the ID of the call and the AState parameter contains the call state.