InsertFirst adds an item in the beginning of the collection
Member of List Collection (PRIM_LCOL)
Name | Type | Data Type | Description |
---|---|---|---|
Item | *Input | PRIM_OBJT | Instance to be stored in the collection |
InsertFirst adds an item to a collection at the beginning.
Inserting an existing reference into a collection.
#Collection.InsertFirst(#Object)
Inserting an new button instance into a collection.
#Collection.InsertFirst((*New #Prim_phbn))
Febuary 18 V14SP2