Generally, this should be the base name of the document such as file.txt.
SaveDelegate.title
string title() @property nothrowGet title property.
Returns
The "title" property contains the title of the document being saved.
void title(string propval) @property nothrowSet title property.
Parameters
propval | 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. |