API:Vcl.ActnPopup.TCustomActionPopupMenuEx.ExecAction
Delphi
procedure ExecAction(Action: TContainedAction); override;
C++
virtual void __fastcall ExecAction(System::Actions::TContainedAction* Action);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ActnPopup.pas Vcl.ActnPopup.hpp |
Vcl.ActnPopup | TCustomActionPopupMenuEx |
Description
Emits a sound and executes the specified Action
.
Vcl.ActnPopup.TCustomActionPopupMenuEx.ExecAction inherits from Vcl.ActnMenus.TCustomActionMenuBar.ExecAction. All content below this line refers to Vcl.ActnMenus.TCustomActionMenuBar.ExecAction.
Emits a sound and executes the specified Action
.
The ExecAction method verifies that the TCustomActionMenuBar component is not in the design mode and if the supplied Action
is not nil, emits a sound and executes the specified Action
.