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

TObjectArray.Objects

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

Declaration

Source position: objectlists.pas line 84

public property TObjectArray.Objects[Index: Integer] : TObj
  read GetObject
  write PutObject;

Description

Objects is an indexed property used to provide access to the TObj class instances stored in the List.

See also

TObjectArray.List

  

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

TObjectArray.GetObject

  

Gets the value for the Objects property.

TObjectArray.PutObject

  

Sets the value for the Objects property.


Version 4.0 Generated 2025-05-03 Home