FireDAC.Comp.Client.TFDManager.BeforeStartup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeStartup: TNotifyEvent read FBeforeStartup write FBeforeStartup;

C++

__property BeforeStartup;

Properties

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

Description

This event is fired before the manager is started.

FireDAC.Comp.Client.TFDManager.BeforeStartup inherits from FireDAC.Comp.Client.TFDCustomManager.BeforeStartup. All content below this line refers to FireDAC.Comp.Client.TFDCustomManager.BeforeStartup.

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.

See Also