Method XbpPartHandler():delChild() Foundation
Deletes an Xbase Part from the child list.
Syntax
:delChild( <oXbp> ) --> self
Parameters
<oXbp>
<oXbp> contains a reference to the Xbase Part that is removed from the child list
Return
This method returns the object executing the method.
Description
The method :delChild() removes an Xbase Part from the child list. This method implicitly executes the :destroy() method of the Xbase Part being removed. This method is used along with the :addChild() method to dynamically change dialogs at runtime.
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.