Method XbpPartHandler():init() Foundation

Initializes an instance of the XbpPartHandler class.

Syntax
:init( [<oParent>], [<oOwner>] ) --> self
Parameters
<oParent>
<oParent> optionally specifies the parent for an object derived from XbpPartHandler. By default, <oParent> is the active window, which is the return value of SetAppWindow().
<oOwner>
<oOwner> optionally specifies the owner for an Xbase Part. By default, <oOwner> is <oParent>.
Return

This method returns the object executing the method.

Description

The method :init() initializes the instance variables defined in the XbpPartHandler class. This method must be called from the :init() method of inherited subclasses to insure that all instance variables are correctly initialized.

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.