Inherited from : TPrintDialog
Custom versions available as: TApCustomPrintDialog.
SelectedDevice : string R
Public, Protected in custom version
Return the printer name you selected in this dialog. Can be access when the dialog is active (in event handlers for example).
Published, Protected in custom version
This variable contains all information about panels of the standard dialog. See TApCustDlgPatams type for details.
For print dialogs CustDlgParams.CustomForm member is not used.
All the new properties below are "dialog-time".
For all handlers: Published; Protected in custom version.
Occures when user drops down printer combo box.
Occures when user closes up printer combo box.
Occures when user changes printer.
Occures after uses closes printer setup dialog box.
Occures when user changes the munver of copies.
General hook procedure. You can hook any message you want directry in this handler. See
Win32 Reference (PrintDlg function) for information about PRINTDLG.PrintHookProc
pointer to a hook procedure.