Method XbpFileDialog():new() Foundation

Creates an instance of the XbpFileDialog class.

Syntax
XbpFileDialog():new( [<oParent>], ;
                     [<oOwner>], ;
                     [<aPos>] ) --> oXbpFileDialog
Parameters
<oParent>
The parent for an XbpFileDialog object can be optionally specified using the parameter <oParent>. By default <oParent> is the active window (the return value of SetAppWindow()).
<oOwner>
<oOwner> can be used to set the owner for the XbpFileDialog object. By default <oOwner> is the same as <oParent>.
<aPos> := { nX, nY }
The optional parameter <aPos> can be used to specify the position where the XbpFileDialog object is displayed. By default, this parameter contains the array {0,0}. This specifies the position for the lower left corner of the XbpFileDialog object. The first element contains the x coordinate and the second element contains the y coordinate. The coordinates are relative to the coordinate system of <oParent>.
Windows ignores the position. The dialog window is displayed in the upper left corner of the screen.
Return

The class method :new() returns an XbpFileDialog 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.