TabPage.title

Set title property.

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

Parameters

propval string

The title of the page.

class@TabBar will display it in the center of the tab unless it's pinned, and will use it as a tooltip unless property@TabPage:tooltip is set.

class@TabOverview will display it below the thumbnail unless it's pinned, or inside the card otherwise, and will use it as a tooltip unless property@TabPage:tooltip is set.