[Overview][Types][Classes][Index] |
Number of item/object associations currently stored in the List.
Source position: objectlists.pas line 82
public property TObjectArray.Count : Integer |
Count is an Integer property which indicates the number of item/object associations currently stored in the List. Changing the value in Count causes Capacity to be updated when Count exceeds the value in Capacity.
The value in Count is maintained in method which add or remove item/object associations in List, such as: Add, AddObject, Insert, InsertObject, Delete, Remove, Clear and Pack.
|
Provides access to the list which implements the storage for the item/object associations in the class instance. |
|
|
Specifies the number of associations that can be stored in the List. |
|
|
Adds the specified item to the storage for the class instance. |
|
|
Adds the specified item and its associated object to the storage in the class instance. |
|
|
Inserts a new association at the specified position in List. |
|
|
Inserts an item/object association at the specified position in the List. |
|
|
Deletes an item/object association stored at the specified position in the List. |
|
|
Removes the association with the specified TItem class instance. |
|
|
Removes all item/object associations stored in the List. |
|
|
Removes all associations where the Item class instance is unassigned (contains Nil). |
Version 4.0 | Generated 2025-05-03 | Home |