FireDAC.Comp.Client.TFDCustomManager.AfterStartup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterStartup: TNotifyEvent read FAfterStartup write FAfterStartup;

C++

__property System::Classes::TNotifyEvent AfterStartup = {read=FAfterStartup, write=FAfterStartup};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

Description

This event is fired after the manager is started.

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

See Also