Type: String
The title property of the Printer class contains the title to be displayed on the system-supplied print progress dialog; for example:
app.printer.title := "Print Test - Line number " & lineCount.String;
If this property is empty, the application name is used. This property can be modified at any time.