Skip to content

TCollection.Insert

Insert a new item in the collection at the end.

Declaration

Source position: objects.pp line 447

default 
  procedure 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

Name Description
TCollection.AtInsert Insert an element at a certain position in the collection.
TCollection.AtPut Set collection item, overwriting an existing value.