Layout :: help - Detailled help information
Detailed help information can be provided, which will be displayed when using the 'What is this' function in an application.
Return value:  Text string ( odaba::String & )
Implementation overview
- Get help information
 Layout :: help (  )
- Change help text
 Layout :: help ( sText )
Implementation details
- 
Get help information
 odaba::String Layout  :: help (  )
 The function returns the help text currently set for the layout. The text is a copy from the help text. In order to apply modified text, the text has to be set after being modified. to list
- 
Change help text
 odaba::String Layout  :: help ( odaba::String &sText )
 The function replaces the help text completely by the text passed in sText. - sText - Text string
 to list

