FireDAC.Comp.Client.TFDCustomCommand.BeforeClose
Delphi
property BeforeClose: TNotifyEvent read FBeforeClose write FBeforeClose;
C++
__property System::Classes::TNotifyEvent BeforeClose = {read=FBeforeClose, write=FBeforeClose};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomCommand |
Description
This event fires before the command is closed.
The BeforeClose event fires before the command is closed by calling Close or setting Active to False.