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

TFPList.Count

Current number of pointers in the list.

Declaration

Source position: classesh.inc line 224

public property TFPList.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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.