[Overview][Types][Classes][Index] |
Specifies the number of associations that can be stored in the List.
Source position: objectlists.pas line 81
public property TObjectArray.Capacity : Integer |
Capacity is an Integer property which specifies the number of item/object associations that can be stored in the List. Changing the value in Capacity causes the memory in List to be reallocated to accommodate the new capacity value. The value in Count may also be affected when the value in Capacity is reduced.
|
Provides access to the list which implements the storage for the item/object associations in the class instance. |
|
|
Number of item/object associations currently stored in the List. |
|
|
Record type with pointers to members in the association. |
Version 4.0 | Generated 2025-05-03 | Home |