You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

List Collection - Insert Method
Insert adds an item move continuing
Member of List Collection (PRIM_LCOL)

Parameters

Name

Type

Data Type

Description

Item

*Input

PRIM_OBJT

Instance to be stored in the collection

Details


Insert adds an item to a collection.
The item will be added at the end.

Example


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

See also

All Component Classes
Technical Reference

  • No labels