Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TInterfaceList.Capacity

The current capacity of the list.

Declaration

Source position: classesh.inc line 2337

public property TInterfaceList.Capacity : Integer
  read GetCapacity
  write SetCapacity;

Description

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

See also

IInterfaceList.Capacity

  

Capacity 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.

TFPList.Capacity

  

Current capacity (i.e. number of pointers that can be stored) of the list.


Documentation generated on: Jul 24 2023