Skip to content

TInterfaceList.Capacity

The current capacity of the list.

Declaration

Source position: classesh.inc line 2274

public Property
  Capacity : Integer;

Description

Capacity is the number of elements that the list can contain without needing to allocate more memory.

See also

Name Description
IInterfaceList.Capacity Capacity of the list
Integer A signed 16-bits integer
TFPList.Capacity Current capacity (i.e. number of pointers that can be stored) of the list.
TInterfaceList.Count The current number of elements in the list.
TList.Capacity Current capacity (i.e. number of pointers that can be stored) of the list.