TFPSList.Count

Current element count

Declaration

Source position: fgl.pp line 94

public Property
  Count : Integer;

Description

Count is the current amount of elements in the list. It is initially zero. A valid item index is always a value between zero and Count-1.

See also

Name Description
Integer A signed 16-bits integer
TFPSList.Capacity Current capacity of the list
TFPSList.Items Items in the list