company logo

ControlContext :: title - Title property

The title property provides the text which is shown as title (window) or label (control). The title is part of the presentation, but not part of the data. It is usually shown in order to identify the kind of content in a control.

Return value:  Text string ( odaba::String  )

Implementation overview

Implementation details

  1. Get title or lable
    odaba::String ControlContext  :: title (  )

    The function returns the title or label for the control.

  2. to list
  3. Set title or lable
    odaba::String ControlContext  :: title ( odaba::String &sText )

    The function allows changing the title or label for a window or control to the value passed in rText. When no title or label is available for the control, the function has no effect.

    • sText - Text string
  4. to list