API:FMX.PhoneDialer.TOnCallStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

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

Embarcadero Technologies does not currently have any additional information.