[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the value for the Action property.
Source position: menus.pp line 228
protected function TMenuItem.GetAction: TBasicAction; |
Value for the property.
The value for the property is read from the ActionLink property (when assigned). The property value is Nil when a TMenuActionLink instance has not been assigned to ActionLink.
|
Action - the default action associated with this Menu Item. |
|
|
Maintains a link to the action for the menu item. |
|
|
TMenuActionLink: defines the link between a selected menu item and its corresponding action. |