FireDAC.Comp.Client.TFDCustomCommand.AfterClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterClose: TNotifyEvent read FAfterClose write FAfterClose;

C++

__property System::Classes::TNotifyEvent AfterClose = {read=FAfterClose, write=FAfterClose};

Properties

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

Description

This event fires after the command is closed.

The AfterClose event fires after the command is closed by calling Close or setting Active to False.

See Also