FMX.PhoneDialer.IFMXPhoneDialerService.SetOnCallStateChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnCallStateChanged(const AEvent: TOnCallStateChanged);

C++

virtual void __fastcall SetOnCallStateChanged(const TOnCallStateChanged AEvent) = 0 ;

Properties

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

Description

Setter prototype for the implementation of the OnCallStateChanged event in classes.

See Also