TCollectionItem.Destroy

Destroys this collection item.

Declaration

Source position: classesh.inc line 500

public 
  destructor Destroy;  Override;

Description

Destroy removes the item from the managing collection and Destroys the item instance.

This is the only way to remove items from a collection;

See also

Name Description
TCollectionItem.Create Creates a new instance of this collection item.