Sets the value for the Objects property.
Source position: objectlists.pas line 60
protected procedure TObjectArray.PutObject( |
Index: Integer; |
const AValue: TObj |
); |
Index |
|
Ordinal position for the updated object. |
AValue |
|
New TObj value for the property. |
|
Provides indexed access to the TObj class instances stored in the List. |
|
|
Gets the value for the Objects property. |
| Version 4.4 | Generated 2025-11-08 | Home |