RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuItem.Action Property

Designates the action associated with the menu item.

Pascal
property Action: TBasicAction;
C++
__property TBasicAction Action;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!