Vcl.ActnPopup.TCustomActionPopupMenuEx.ExecAction

From RAD Studio API Documentation
Jump to: navigation, search

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

ExecAction is an internal method.

ExecAction executes the action given by the Action parameter. ExecAction is an internal method and should not be called directly.

See Also