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