Method LayoutManager():addChild() Foundation

Adds a child to the layout.

Syntax
:addChild( <oChild> ) -> lSuccess
Parameters
<oChild>
The Xbase Part to be added to the layout.
Return

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

Description

The :addChild() method processes an Xbase Part which is being added as a child of the container. The method examines the child's :layoutAlign instance variable to determine the layout requirements of the child and updates the internal status accordingly.

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.