Keyed Collection - Remove Method

Remove method removes an item

Member of Keyed Collection (PRIM_KCOL)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)PRIM_OBJTReference to the object that was removed
Key*InputPRIM_OBJTKey used to access the collection item

Details

Remove will remove the instance identified by the key parameter from the collection.

Example

Removing an instance from the collection.
#RemovedInstance <= #Collection.Remove(#Key)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2