List.remove

Syntax

remove (item, withDispose: Boolean, fireEvent: Boolean);

Parameters

item. Object to remove or index of this object.

withDispose. If this parameter is set to True, the object is deleted, when the parameter is False, the object is removed from the list of elements PP.List.

fireEvent. Determines whether an appropriate event is fired on calling the method. If this parameter is set to True, the event is fired, otherwise it is not fired.

Description

The remove method removes the specified element from the collection.

Example

The example of property use is given on the Example of Creating the Breadcrumb Component page.

See also:

List