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

TFPSList.Capacity

Current capacity of the list.

Declaration

Source position: fgl.pp line 89

public property TFPSList.Capacity : Integer
  read FCapacity
  write SetCapacity;

Description

Capacity is the current capacity (maximum amount of elements) of the list. The list capacity will expand automatically if an item is added and the capacity is reached (i.e. TFPSList.Count equals capacity. Expanding the list is an expensive operation involving reallocation of memory and moving of list data in memory, so capacity can be set to a large amount to avoid frequent reallocations.

See also

TFPSList.Count

  

Current element count.

TFPSList.Expand

  

Expand the capacity of the list.

TFPSList.Items

  

Items in the list.


Documentation generated on: Jul 24 2023