DoubleContainer.Add


public function Add

Prototype:

public function Add(child)

Parameters

child
An object to be set as one of the two childs of the DoubleContainer

Description:

This function is used to Add a child to a DoubleContainer. This function is used internaly and should not be used only on controls that have no parents.
Add can be called only twice on a DoubleContainer.

Return value:

This function returns the child parameter.