[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Clean up collection, release all memory.
Source position: objects.pp line 402
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. |
No notes exist for this page yet.