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