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

TObjectArray.PutObject

Sets the value for the Objects property.

Declaration

Source position: objectlists.pas line 60

protected procedure TObjectArray.PutObject(

  Index: Integer;

  const AValue: TObj

);

Arguments

Index

  

Ordinal position for the updated object.

AValue

  

New TObj value for the property.

See also

TObjectArray.Objects

  

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

TObjectArray.GetObject

  

Gets the value for the Objects property.


Version 4.0 Generated 2025-05-03 Home