[Overview][Types][Classes][Index] |
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.0 | Generated 2025-05-03 | Home |