FireDAC.Comp.Client.TFDCustomManager.BeforeStartup

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: TFDCustomManager

Delphi

property BeforeStartup: TNotifyEvent read FBeforeStartup write FBeforeStartup;

C++

__property System::Classes::TNotifyEvent BeforeStartup = {read=FBeforeStartup, write=FBeforeStartup};

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.

See Also