RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFilePageSetup Class

TFilePageSetup is the standard action for displaying a page setup dialog.

Pascal
TFilePageSetup = class(TCommonDialogAction);
C++
class TFilePageSetup : public TCommonDialogAction;

StdActns

Add TFilePageSetup to an action list to add a common page setup dialog to your application. Controls such as menu items and tool buttons linked to this action cause the application to display the page setup dialog when invoked. Because the page setup dialog automatically configures the pages as specified when the user clicks OK, there is usually no need to write an OnAccept or OnCancel event handler to continue processing after the dialog shuts down. 

 

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