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