[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TCollection.Clear

Removes all items from the collection.

Declaration

Source position: classesh.inc line 501

public procedure TCollection.Clear;

Description

Clear will clear the collection, i.e. each item in the collection is destroyed and removed from memory. After a call to Clear, Count is zero.

See also

TCollection.Add

  

Creates and adds a new item to the collection.

TCollectionItem.Destroy

  

Destroyes this collection item.

TCollection.Destroy

  

Destroys the collection and frees all the objects it manages.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.