API:FireDAC.Comp.Client.TFDManager.AfterShutdown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterShutdown;

C++

__property AfterShutdown;

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

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

This event is fired after the manager is finished.

The AfterShutdown event is fired after the FireDAC manager is terminated.

See Also