Unit 'Objects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TCollection.Insert

Insert a new item in the collection at the end.

Declaration

Source position: objects.pp line 459

procedure TCollection.Insert(

  Item: Pointer

); virtual;

Description

Insert inserts Item in the collection. TCollection inserts this item at the end, but descendent objects may insert it at another place.

Errors

None.

See also

TCollection.AtInsert

  

Insert an element at a certain position in the collection.

TCollection.AtPut

  

Set collection item, overwriting an existing value.


Documentation generated on: Jul 24 2023