ActionItem :: label - Action label
The action label is the text displayed for the action e.g. in a menu item.
Return value:  String value ( odaba::String  )
Implementation overview
- Get label text
ActionItem :: label (  ) - Change action item label
ActionItem :: label ( sText ) 
Implementation details
- 
Get label text
odaba::String ActionItem  :: label (  )
The property returns the action's label text to be displayed.
to list
 - 
Change action item label
odaba::String ActionItem  :: label ( odaba::String &sText )
The setter function allows changing the action item label during run-time. In order to make the new label visible, refresh() has to be called after changing the label text.
- sText - Text string
 
to list
 

