FireDAC.Comp.Client.TFDCustomManager.AfterShutdown
| [–] 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.