Capacity of the list.
Source position: contnrs.pp line 72
public property TFPObjectList.Capacity : Integer |
Capacity is the number of elements that the list can contain before it needs to expand itself, i.e., reserve more memory for pointers. It is always equal or larger than Count.
|
Number of elements in the list. |