Insert adds an item move continuing |
Member of List Collection (PRIM_LCOL)
Name | Type | Data Type | Description |
|---|---|---|---|
Item | *Input | Instance to be stored in the collection |
Insert adds an item to a collection.
The item will be added at the end.
Inserting an existing reference into a collection.
#Collection.Insert(#Object)
Inserting a new button instance into a collection.
#Collection.Insert((*New #Prim_phbn))