StdActns.TPrintDlg
Contents |
Delphi Information
From StdActns.pas
TPrintDlg = class(TCommonDialogAction)
Unit: StdActns
Type: class
Inherited Class Members: StdActns.TPrintDlg Members
Class Properties: StdActns.TPrintDlg Properties
C++ Information
From StdActns.hpp
TPrintDlg = class(TCommonDialogAction)
Unit: StdActns
Type: class
Inherited Class Members: StdActns.TPrintDlg Members
Class Properties: StdActns.TPrintDlg Properties
Class Constructors & Destructors: StdActns.TPrintDlg Constructors
Description
TPrintDlg is the standard action for displaying a print dialog.
Add TPrintDlg to an action list to add a print dialog to your application. Controls such as menu items and tool buttons linked to this action cause the application to display the print dialog (TPrintDialog) when invoked. Write an OnAccept event handler to perform the actual printing when the user clicks OK. You can read details about the user's selections in the dialog from the Dialog property.