[Overview][Types][Classes][Index] Reference for unit 'ObjectLists' (#lazutils)

TObjectArray.Capacity

Specifies the number of associations that can be stored in the List.

Declaration

Source position: objectlists.pas line 81

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

Description

Capacity is an Integer property which specifies the number of item/object associations that can be stored in the List. Changing the value in Capacity causes the memory in List to be reallocated to accommodate the new capacity value. The value in Count may also be affected when the value in Capacity is reduced.

See also

TObjectArray.List

  

Provides access to the list which implements the storage for the item/object associations in the class instance.

TObjectArray.Count

  

Number of item/object associations currently stored in the List.

T2Pointer

  

Record type with pointers to members in the association.


Version 4.0 Generated 2025-05-03 Home