WindowTitle.title

Set title property.

  1. string title [@property getter]
  2. string title [@property setter]
    class WindowTitle
    @property
    void
    title
    (
    string propval
    )

Parameters

propval string

The title to display.

The title typically identifies the current view or content item, and generally does not use the application name.