API:FireDAC.Comp.Client.TFDManager.AfterShutdown

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

C++

__property AfterShutdown;

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