Insert adds an item to a collection
Member of Dictionary Collection (PRIM_DCOL)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | PRIM_OBJT | Reference to the inserted object |
Item | *Input | PRIM_OBJT | Instance to be stored in the collection |
Key | *Input | PRIM_OBJT | Key used to access the collection item |
Insert adds an item to a collection.
Inserting an existing reference into a collection specifiying the key to be used to access it.
#Collection.Insert(#Object #Object2)
Inserting a new button instance into a collection specifiying the key to be used to access it.
#Collection.Insert((*New #Prim_phbn) #Object)
Febuary 18 V14SP2