Method XbpPrintDialog():display() Foundation
Displays the printer dialog window and configures an XbpPrinter object.
:display( [<oXbpPrinter>] ) --> <oXbpPrinter> | NIL
The method returns an XbpPrinter object configured according to the options in the dialog window selected by the user. If the user aborts printer configuration, the return value is NIL.
The method displays a modal printer dialog window that allows for printer configuration. The return value of :display() informs the application whether the user confirmed or cancelled the dialog. In the latter case, the return value is NIL. In the former case, the method returns a printer object that reflects the properties selected by the user.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.