IInterfaceList.Count

Current number of elements in the list.

Declaration

Source position: classesh.inc line 2228

default Property
  Count : Integer;

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

Name Description
IInterfaceList.Capacity Capacity of the list
Integer A signed 16-bits integer
TList.Count Current number of pointers in the list.