|
RAD Studio VCL Reference
|
Displays the printer configuration dialog box.
function Execute(ParentWnd: HWND): Boolean; override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|