FireDAC.Comp.Client.TFDCustomConnection.OnLost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLost: TNotifyEvent read FOnLost write FOnLost;

C++

__property System::Classes::TNotifyEvent OnLost = {read=FOnLost, write=FOnLost};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

Fires after FireDAC was not able to restore a lost connection to the DBMS.

The OnLost event fires after FireDAC was not able to automatically restore a connection to the DBMS after discovering that it is lost.

See Also