FMX.PhoneDialer.TOnCallStateChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TOnCallStateChanged = procedure (const ACallID: string; const AState: TCallState) of object;

C++

typedef void __fastcall (__closure *TOnCallStateChanged)(const System::UnicodeString ACallID, const TCallState AState);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FMX.PhoneDialer.pas
FMX.PhoneDialer.hpp
FMX.PhoneDialer FMX.PhoneDialer

Description

Est un type procédural utilisé par l'événement OnCallStateChanged. Le paramètre ACallID contient l'ID de l'appel et AState contient l'état de l'appel.

Voir aussi