Method XbpPartHandler():addChild() Foundation

Defines an Xbase Part as a child.

Syntax
:addChild( <oXbp> ) --> self
Parameters
<oXbp>
<oXbp> is an Xbase Part to register as a child of the Xbase Part executing the method (self).
Return

This method returns the object executing the method.

Description

The method :addChild() defines a new parent-child relationship between two Xbase Parts. <oXbp> is contained as a child within self (the Xbase Part executing the method) and self becomes the parent of <oXbp>.

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.