SaveDelegate.title

string title() @property nothrow

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 nothrow

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.