FireDAC.Comp.Client.TFDConnection.OnRestored

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnRestored;

C++

__property OnRestored;

Description

Fires after FireDAC successfully restores a lost connection to the DBMS.

FireDAC.Comp.Client.TFDConnection.OnRestored inherits from FireDAC.Comp.Client.TFDCustomConnection.OnRestored. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.OnRestored.

Fires after FireDAC successfully restores a lost connection to the DBMS.

The OnRestored event fires after FireDAC successfully restores a connection to the DBMS after discovering that it is lost.

See Also