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.6 | Generated 2026-02-20 | Home |