Current number of elements in the list.
Source position: contnrs.pp line 269
public property TFPHashList.Count : Integer read FCount write SetCount;
Count is the current number of elements in the list.
Capacity
Capacity of the list.
Items
Indexed array with pointers.