FireDAC.Comp.Client.TFDManager.AfterStartup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterStartup: TNotifyEvent read FAfterStartup write FAfterStartup;

C++

__property AfterStartup;

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