SingleContainer.Add


public function Add

Prototype:

public function Add(child)

Parameters

child
An object to be set as the child of the SingleContainer

Description:

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

Return value:

This function returns the child parameter.