FireDAC.Comp.Client.TFDCustomManager.AfterShutdown

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 AfterShutdown: TNotifyEvent read FAfterShutdown write FAfterShutdown;

C++

__property System::Classes::TNotifyEvent AfterShutdown = {read=FAfterShutdown, write=FAfterShutdown};

Description

This event is fired after the manager is finished.

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

See Also