FireDAC.Comp.Client.TFDConnection.AfterDisconnect

From RAD Studio API Documentation

Delphi

property AfterDisconnect: TNotifyEvent read FAfterDisconnect write FAfterDisconnect;

C++

__property AfterDisconnect;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDConnection

Description

Occurs after the connection closes. {{#multireplace:FireDAC.Comp.Client.TFDConnection.AfterDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TCustomConnection.AfterDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TCustomConnection.AfterDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs after the connection closes.

Write an AfterDisconnect event handler to take application-specific actions after the connection component drops a connection.

See Also