FireDAC.Comp.Client.TFDCustomEventAlerter.EventAlerterIntf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EventAlerterIntf: IFDPhysEventAlerter read FEventAlerterIntf;

C++

__property Firedac::Phys::Intf::_di_IFDPhysEventAlerter EventAlerterIntf = {read=FEventAlerterIntf};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomEventAlerter

Description

Returns the IFDPhysEventAlerter interface.

The EventAlerterIntf property returns the reference to the IFDPhysEventAlerter interface. It is not nil if the connection is active and the alerter has registered its events. Otherwise, it is nil.

It is not recommended to mix the usage of the TFDCustomEventAlerter API and the EventAlerterIntf API.

See Also