Layout :: label - Label text
The label text is used for several GUI resources, e.g. as control or region label, or as column header in a list.
Return value:  Text string ( odaba::String & )
Implementation overview
- Get label text
 Layout :: label (  )
- Change label
 Layout :: label ( sText )
Implementation details
- 
Get label text
 odaba::String Layout  :: label (  )
 The function returns the label text currently set for the layout. The text is a copy from the label text. In order to apply modified text, the text has to be set after being modified. to list
- 
Change label
 odaba::String Layout  :: label ( odaba::String &sText )
 The function replaces the label text completely by the text passed in sText. - sText - Text string
 to list

