API:FireDAC.Comp.Client.TFDConnection.OnRestored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRestored: TNotifyEvent read FOnRestored write FOnRestored;

C++

__property OnRestored;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDConnection

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