[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TList.Count

Current number of pointers in the list.

Declaration

public property TList.Count: Integer
  read FCount
  write SetCount;

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.