FireDAC.Comp.Client.TFDCustomManager.BeforeStartup
Delphi
property BeforeStartup: TNotifyEvent read FBeforeStartup write FBeforeStartup;
C++
__property System::Classes::TNotifyEvent BeforeStartup = {read=FBeforeStartup, write=FBeforeStartup};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomManager |
Description
This event is fired before the manager is started.
The BeforeStartup event is fired before the FireDAC manager is started.
Note: The application cannot open a connection in an BeforeStartup event handler, as this will lead to endless recursion.