FireDAC.Comp.Client.TFDCustomConnection.OnRestored

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 OnRestored: TNotifyEvent read FOnRestored write FOnRestored;

C++

__property System::Classes::TNotifyEvent OnRestored = {read=FOnRestored, write=FOnRestored};

Description

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