FireDAC.Comp.Client.TFDCustomManager.AfterStartup

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 AfterStartup: TNotifyEvent read FAfterStartup write FAfterStartup;

C++

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

Description

This event is fired after the manager is started.

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

See Also