[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Clean up collection, release all memory.
Source position: objects.pp line 406
destructor TCollection.Done; virtual; |
Done frees all objects in the collection, and then releases all memory occupied by the instance.
For an example, see TCollection.ForEach.
None.
|
Instantiate a new collection. |
|
|
Release all objects from the collection. |