FireDAC.Comp.Client.TFDConnection.AfterDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

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.

FireDAC.Comp.Client.TFDConnection.AfterDisconnect inherits from Data.DB.TCustomConnection.AfterDisconnect. All content below this line refers to Data.DB.TCustomConnection.AfterDisconnect.

Occurs after the connection closes.

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

See Also