[Overview][Types][Classes][Procedures and functions] |
Capacity of the list
Source position: contnrs.pp line 64
public property TFPObjectList.Capacity: Integer |
Capacityis 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. |