Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Array Collection - InsertFirst Method

Panel
bgColor#2c3c4c

InsertFirst adds an item in the beginning 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

InsertFirst adds an item to a collection at the beginning.

Example

Inserting an existing reference into a collection.

     #Collection.InsertFirst(#Object)

Inserting an new buttong instance into a collection.

     #Collection.InsertFirst((*New #Prim_phbn))


See also

All Component Classes

Technical Reference