RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPrintDialog Class

TPrintDialog displays a Print dialog.

Pascal
TPrintDialog = class(TCommonDialog);
C++
class TPrintDialog : public TCommonDialog;

Dialogs

The TPrintDialog component displays a standard Windows dialog box for sending jobs to a printer. The dialog is modal and does not appear at runtime until it is activated by a call to the Execute method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!