FireDAC.Comp.Client.TFDCustomConnection.OnRestored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRestored: TNotifyEvent read FOnRestored write FOnRestored;

C++

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

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

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