company logo

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

Implementation details

  1. Get action name
    odaba::String ActionItem  :: action (  )

    The property returns the action name of the currently selected action items.

  2. to list
  3. 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
  4. to list