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

Compare with Current View Page History

Version 1 Current »

List Collection - Remove Method
Remove method removes an item
Member of List Collection (PRIM_LCOL)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_OBJT

Reference to the object that was removed

Object

*Input

PRIM_OBJT

Instance to be removed from the collection

Details


Remove will remove the first instance of the reference from the collection.
Any additional references will remain in the collection.

Example


Removing an instance from a collection.
#RemovedInstance <= #Collection.Remove(#Object)

See also

All Component Classes
Technical Reference

  • No labels