Vcl.Menus.TMenuItem.Action

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Action: TBasicAction read GetAction write SetAction;

C++

__property System::Classes::TBasicAction* Action = {read=GetAction, write=SetAction};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuItem

Description

Designates the action associated with the menu item.

Action designates the action object that is associated with the menu item. Actions can be associated with a menu item by using the action list editor at design-time. Actions are a way of centralizing user responses to commands.