FireDAC.Comp.Client.TFDCommand.BeforeOpen
Delphi
property BeforeOpen: TNotifyEvent read FBeforeOpen write FBeforeOpen;
C++
__property BeforeOpen;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCommand |
Description
This event fires before the command is opened.
FireDAC.Comp.Client.TFDCommand.BeforeOpen inherits from FireDAC.Comp.Client.TFDCustomCommand.BeforeOpen. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.BeforeOpen.
This event fires before the command is opened.
The BeforeOpen event fires, before the command is opened by calling Open or setting Active to True.