FireDAC.Comp.Client.TFDCustomManager.AfterShutdown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterShutdown: TNotifyEvent read FAfterShutdown write FAfterShutdown;

C++

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

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

Description

This event is fired after the manager is finished.

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

See Also