Container.remove

Syntax

remove (ppControl, notDispose);

Parameters

ppControl. Component to be removed.

notDispose. Determines whether the item is removed completely. If the parameter is set to False, the item is fully removed.

Description

The remove method removes selected child item of the container.

Example

The example of method use is given in description of the GridPanel.getItemFromTable method.

See also:

Container