[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Set collection item, overwriting an existing value.
Source position: objects.pp line 421
procedure TCollection.AtPut( |
Index: Sw_Integer; |
Item: Pointer |
); |
AtPutsets the element at position Indexin the collection to Item. Any previous value is overwritten.
For an example, see Pack.
If Indexisn't valid then Erroris called with CoIndexError.