Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TCollection.Clear

Removes all items from the collection.

Declaration

Source position: classesh.inc line 560

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

  

Destroys this collection item.

TCollection.Destroy

  

Destroys the collection and frees all the objects it manages.


Documentation generated on: Jul 24 2023