WindowTitle.title

string title() @property

Get title property.

Returns

The title to display.

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

void title(string propval) @property

Set title property.

Parameters

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