TList.Count
Current number of pointers in the list.
Declaration
Source position: classesh.inc line 346
public Property
Count : Integer;
Description
Count is the current number of (possibly Nil) pointers in the list. Since the list is zero-based, the index of the largest pointer is Count-1.