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