| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Capacity of the list.
Source position: contnrs.pp line 328
|  public property TFPHashObjectList.Capacity : Integer | 
Capacity returns the current capacity of the list. The capacity is expanded as more elements are added to the list. If a good estimate of the number of elements that will be added to the list, the property can be set to a sufficiently large value to avoid reallocation of memory each time the list needs to grow.
| 
 | Current number of elements in the list. | |
| 
 | Indexed array with object instances |