[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Return the capacity of the list.
Source position: classesh.inc line 1438
function IInterfaceList.GetCapacity: Integer; |
GetCapacityreturns the current capacity of the list. It serves as the Readmethod for the Capacityproperty.
|
Capacity of the list |
|
|
Current capacity (i.e. number of pointers that can be stored) of the list. |