RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.Execute Method

Displays the page setup dialog.

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

Execute opens the page setup dialog. Execute returns true if the user completed the page setup operation, or false if the user canceled it. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!