StdActns.TFilePrintSetup
Contents |
Delphi Information
From StdActns.pas
TFilePrintSetup = class(TCommonDialogAction)
Unit: StdActns
Type: class
Inherited Class Members: StdActns.TFilePrintSetup Members
Class Properties: StdActns.TFilePrintSetup Properties
C++ Information
From StdActns.hpp
TFilePrintSetup = class(TCommonDialogAction)
Unit: StdActns
Type: class
Inherited Class Members: StdActns.TFilePrintSetup Members
Class Properties: StdActns.TFilePrintSetup Properties
Class Constructors & Destructors: StdActns.TFilePrintSetup Constructors
Description
TFilePrintSetup is the standard action for displaying a printer setup dialog.
Add TFilePrintSetup to an action list to add a common printer setup dialog to your application. Controls such as menu items and tool buttons linked to this action cause the application to display the printer setup dialog when invoked. Because the printer setup dialog automatically configures the printers 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.