Number of elements in the list.
Source position: contnrs.pp line 73
public property TFPObjectList.Count : Integer read GetCount write SetCount;
Count is the number of elements in the list. Note that this includes Nil elements.
TFPObjectList.Capacity
Capacity of the list.