Method XbpPrintDialog():new() Foundation

Creates an instance of the XbpPrintDialog class.

Syntax
XbpPrintDialog():new( [<oParent>], ;
                      [<oOwner> ] ) --> oXbpPrintDialog
Parameters
<oParent>
The parent for an XbpPrintDialog object can be optionally specified using the parameter <oParent>. By default <oParent> is the application window (the return value of SetAppWindow()).
<oOwner>
<oOwner> can be used to set the owner for the XbpPrintDialog object. By default <oOwner> is the same as <oParent>.
Return

The class method :new() returns an XbpPrintDialog object.

Feedback

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.