[Overview][Types][Classes][Index] |
Decreases the Capacity and allocated storage for the class instance.
Source position: objectlists.pas line 64
protected procedure TObjectArray.Shrink; |
Shrink is a procedure used to decrease the Capacity (and subsequently) the allocated storage for the class instance. Shrink always halves the value in the Capacity property. It is called from the Delete method when Capacity has at least four (4) times the number of associations in the Count property.
|
Deletes an item/object association stored at the specified position in the List. |
|
|
Specifies the number of associations that can be stored in the List. |
|
|
Sets the value for the Capacity property. |
|
|
Number of item/object associations currently stored in the List. |
Version 4.0 | Generated 2025-05-03 | Home |