RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPrinterSetupDialog.Execute Method

Displays the printer configuration dialog box.

Pascal
function Execute(ParentWnd: HWND): Boolean; override;
C++
virtual __fastcall Boolean Execute(HWND ParentWnd);

Execute opens the print-setup dialog. If the user clicks OK, Execute configures the printers as specified in the dialog and returns true. If the user clicks Cancel, Execute returns false. 

 

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