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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FireDAC.Comp.Client.TFDCustomConnection.OnLost&oldid=611760"