FireDAC.Phys.TFDPhysEventAlerter.InternalHandleEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalHandleEvent(const AEventName: String; const AArgument: Variant); virtual;

C++

virtual void __fastcall InternalHandleEvent(const System::UnicodeString AEventName, const System::Variant &AArgument);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysEventAlerter

Description

Driver-specific implementation of the handling of event notifications.

InternalHandleEvent is called as a result of the processing of the change notification queue.