[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
The current number of elements in the list.
Source position: classesh.inc line 1512
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. |
No notes exist for this page yet.