Container.clear

Syntax

clear (notDispose);

Parameters

notDispose. Whether the container elements are completely removed. The True value is set by default that means that the items are removed completely.

Description

The clear method disposes a component from the html-page.

Example

The method use is identical to the List.clear property.

See also:

Container