Method LayoutManager():delChild() Foundation

Deletes a child from the layout.

Syntax
:delChild( <oChild> ) -> lSuccess
Parameters
<oChild>
The Xbase Part to be deleted from the layout.
Return

The method returns a logical value indicating success (.T.) or failure (.F.) of the operation.

Description

The :delChild() method processes a child which is being removed from the container. The method frees internal information associated with the child and updates the internal status.

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.