[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The current number of elements in the list.
Source position: classesh.inc line 2001
public property TInterfaceList.Count : Integer |
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.
|
Current number of elements in the list. |
|
|
Array-based access to the list's items. |
|
|
The current capacity of the list. |
|
|
Current number of pointers in the list. |
|
|
Current number of pointers in the list. |