Skip to main content

TCustomdxComponentPrinter.PrintTitle Property

Specifies the name of a print job.

Declaration

property PrintTitle: string read; write;

Property Value

Type
string

Remarks

Each time the printing component starts printing, it starts a new print job. Use this property to specify a print job’s name, which identifies the print job in the print queue.

You can use the OnGetPrintTitle event as an alternate method to specify print job names. The name specified by the OnGetPrintTitle event handler overrides the name specified by the PrintTitle property.

See Also