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

IInterfaceList.Count

Current number of elements in the list.

Declaration

Source position: classesh.inc line 2291

property IInterfaceList.Count : Integer
  read GetCount
  write SetCount;

Description

Count is the current number of elements in the list. Setting it to a larger number will allocate empty slots. Setting it to a smaller number will clear any interfaces that fall outside the new border.

See also

IInterfaceList.Capacity

  

Capacity of the list.

TList.Count

  

Current number of pointers in the list.


Documentation generated on: Jul 24 2023