company logo

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

Implementation details

  1. 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.

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