API:FireDAC.Comp.Client.TFDManager.AfterStartup

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 AfterStartup;

C++

__property AfterStartup;

Description

This event is fired after the manager is started.

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

This event is fired after the manager is started.

The AfterStartup event is fired after the FireDAC manager is started.

See Also