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