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

TObjectArray.Items

Provides indexed access to the TItem class instances stored in the List.

Declaration

Source position: objectlists.pas line 83

public property TObjectArray.Items[Index: Integer] : TItem
  read Get
  write Put;
  default;

Description

Items is an indexed property which provides access to the TItem class instances stored in the List.

See also

TObjectArray.Get

  

Gets the value for the Items property.

TObjectArray.Put

  

Sets the value for the Items property.

TObjectArray.List

  

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


Version 4.0 Generated 2025-05-03 Home