RAD Studio VCL Reference
|
TPrintDialog displays a Print dialog.
TPrintDialog = class(TCommonDialog);
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!
|