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

TObjectArray.Put

Sets the value for the Items property.

Declaration

Source position: objectlists.pas line 58

protected procedure TObjectArray.Put(

  Index: Integer;

  const AValue: TItem

);

Arguments

Index

  

Ordinal position for the updated item.

AValue

  

New TItem value for the property.

See also

TObjectArray.Items

  

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