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

Compare with Current View Page History

« Previous Version 2 Next »

Dictionary Collection - Remove Method

Remove method removes an item

Member of Dictionary Collection (PRIM_DCOL)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

PRIM_OBJT

Reference to the object that was removed

Key

*Input

PRIM_OBJT

Key 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

  • No labels