FireDAC.Comp.Client.TFDManager.BeforeStartup

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDManager

Delphi

property BeforeStartup;

C++

__property BeforeStartup;

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