TInterfaceList.Count
The current number of elements in the list.
Declaration
Source position: classesh.inc line 2275
public Property
Count : Integer;
Description
Count is the number of elements in the list. This can include Nil elements. Note that the elements are zero-based, and thus are indexed from 0 to Count-1.
See also
Name | Description |
---|---|
IInterfaceList.Count | Current number of elements in the list. |
Integer | A signed 16-bits integer |
TFPList.Count | Current number of pointers in the list. |
TInterfaceList.Capacity | The current capacity of the list. |
TInterfaceList.Items | Array-based access to the list's items. |
TList.Count | Current number of pointers in the list. |