Capacity of the list.
Source position: classesh.inc line 2664
|   property IInterfaceList.Capacity : Integer | 
Capacity is the maximum number of elements the list can hold without needing to reallocate memory for the list. It can be set to improve speed when adding a lot of items to the list.
| 
 | Current capacity (i.e. number of pointers that can be stored) of the list. | |
| 
 | Current number of elements in the list. |