SaveDelegate.title

string title() @property

Get title property.

Returns

The "title" property contains the title of the document being saved.

Generally, this should be the base name of the document such as file.txt.

void title(string propval) @property

Set title property.

Parameters

propvalThe "title" property contains the title of the document being saved. Generally, this should be the base name of the document such as file.txt.