[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Instantiate a new collection.
Source position: objects.pp line 404
constructor TCollection.Init( |
ALimit: Sw_Integer; |
ADelta: Sw_Integer |
); |
Init initializes a new instance of a collection. It sets the (initial) maximum number of items in the collection to ALimit. ADelta is the increase size : The number of memory places that will be allocated in case ALimit is reached, and another element is added to the collection.
For an example, see TCollection.ForEach.
None.
|
Initialize a new collection and load collection from a stream. |
|
|
Clean up collection, release all memory. |