Unit 'fgl' Package
[Overview][Constants][Types][Classes][Index] [#rtl]

TFPSList.Count

Current element count.

Declaration

Source position: fgl.pp line 90

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

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

TFPSList.Items

  

Items in the list.

TFPSList.Capacity

  

Current capacity of the list.


Documentation generated on: Jul 24 2023