in Delphi TIPS ::
The TPrintDialog component displays a standard Windows dialog box for sending jobs to a printer. Unfortunately, the TPrintDialog does not expose the Title property. By handing the OnShow event of a print dialog you can specify the text for the dialog's title bar
The TPrintDialog component displays a standard Windows dialog box for sending jobs to a printer. Unfortunately, the TPrintDialog does not expose the Title property. By handing the OnShow event of a print dialog you can specify the text for the dialog's title bar
Read the full article to learn how to Change the Title of a Print Dialog in Delphi
Related:
Comments
No comments yet. Leave a Comment

