FireDAC.Comp.Client.TFDCustomCommand.AfterClose
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomCommand | |
Delphi
property AfterClose: TNotifyEvent read FAfterClose write FAfterClose;
C++
__property System::Classes::TNotifyEvent AfterClose = {read=FAfterClose, write=FAfterClose};
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.