Array Collection - InsertLast Method
InsertLast adds an item in the end of the collection
Member of Array Collection (PRIM_ACOL)

Parameters

Name

Type

Data Type

Description

Item

*Input

PRIM_OBJT

Instance to be stored in the collection

Details


InsertLast adds an item to a collection at the end.

Example


Inserting an existing reference into a collection.
#Collection.InsertLast(#Object)
Inserting an new button instance into a collection.
#Collection.InsertLast((*New #Prim_phbn))

See also

All Component Classes
Technical Reference