Method XbpSysWindow():init() Foundation

Initializes an instance of the XbpSysWindow class.

Syntax
:init( [<oParent>], ;
       [<oOwner>], ;
       [<aPos>] ) --> self
Parameters
<oParent>
<oParent> optionally specifies the parent for the XbpSysWindow object. By default, <oParent> is the active window, which is the return value of SetAppWindow().
<oOwner>
<oOwner> optionally specifies the owner for the XbpSysWindow object. By default, <oOwner> is the same as <oParent>.
<aPos> := { nX, nY }
The instance variable <aPos> optionally specifies the position where the XbpSysWindow object is displayed. The array {0,0} is used by default. This specifies the position of the lower left corner of the XbpSysWindow 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>.
Return

This method returns the object executing the method (self).

Description

The method :init() initializes the instance variables of an XbpSysWindow object. It can only be called from the :init() methods defined in inherited (derived) classes.

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.