Sets the value for the Items property.
Source position: objectlists.pas line 58
protected procedure TObjectArray.Put( |
Index: Integer; |
const AValue: TItem |
); |
Index |
|
Ordinal position for the updated item. |
AValue |
|
New TItem value for the property. |
|
Provides indexed access to the TItem class instances stored in the List. |
| Version 4.4 | Generated 2025-11-08 | Home |