| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Insert a new item in the collection at the end.
Source position: objects.pp line 421
procedure TCollection.Insert(  | 
Item: Pointer  | 
); virtual;  | 
Insert inserts Item in the collection. TCollection inserts this item at the end, but descendent objects may insert it at another place.
None.
  | 
Insert an element at a certain position in the collection.  | 
|
  | 
Set collection item, overwriting an existing value.  |