FireDAC.Comp.Client.TFDCustomConnection.OnLost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

property OnLost: TNotifyEvent read FOnLost write FOnLost;

C++

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

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