Name | Unit | Description |
---|---|---|
Register | MPPrintDialogEx | |
TMPPrintDialogEx | MPPrintDialogEx | TMPPrintDialogEx is an enhanced version of TPrintDialog that shows the new "Printer Property Page" on systems which support it. on older systems the standard TPrintDialog is displayed. if the new dialog is used, PrintRange can also be set to prCurrentPage to only print one specific page. |
TMPPrintDialogExOption | MPPrintDialogEx | dialog options: - poDisableCurrentPage: disables (grays) the current page check box. - poDisablePrintToFile: disables (grays) the print to file check box. (applicable only if the poprinttofile flag is set.) - poHelp: displays a help button in the dialog. seems not to work, so it's not used. - poPageNums: enables the pages radio button, allowing the user to specify a page range. - poPrintToFile: displays a print to file check box in the dialog. - poSelection: enables the selection radio button, allowing the user to print selected (highlighted) text. - poWarning: generates a warning message if the user tries to send a job to an uninstalled printer. |
TMPPrintDialogExOptions | MPPrintDialogEx | see TMPPrintDialogExOption |
TMPPrintDialogExRange | MPPrintDialogEx | print range: - prAllPages: the all radio button is selected. - prCurrentPage: the current page radio button is selected. - prSelection: the selection radio button is selected. - prPageNums: the pages radio button is selected. |