Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.PrintTitle Property

Specifies the name of a print job.

#Declaration

Delphi
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