ActionItem :: action - Action name
The action name is the action to be executed, which has been assigned for an item. Action names may refer to a number of action items defined by one or more action controls (resources). All action items referenced by the object refer to the same action name.
Return value: Action name ( odaba::String & )
Implementation overview
- Get action name
ActionItem :: action (  ) - Set action name
ActionItem :: action ( sAction )
Implementation details
-
Get action name
odaba::String ActionItem  :: action (  )
The property returns the action name of the currently selected action items.
to list
-
Set action name
odaba::String ActionItem  :: action ( odaba::String &sAction )
The function changes the selection for action items to be managed. The resource name is set to empty and all action items referring to the action name are managed. Thus, it becomes possible disabling all action items referring to a specific action (e.g. ChangeLanguage), regardless on the resource name assigned to the action.
- sAction - Action name
to list