FireDAC.Comp.Client.TFDCustomEventAlerter.Connection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Connection: TFDCustomConnection read FConnection write SetConnection;

C++

__property TFDCustomConnection* Connection = {read=FConnection, write=SetConnection};

Properties

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

Description

Specifies the connection component that actually forms the connection to the DBMS.

Set Connection to the connection component that establishes a connection to the DBMS. If you change the Connection property value while an event alerter is active, it will unregister its events.

See Also