CoreClasses Xojo Plugin

ObjectDictionary.Remove Method (console safe)

Use this method to add remove object from the dictionary by a given object key.

Remove(
   key as Object)

Parameters

key
The key of the object to remove.

Remarks

See Also

ObjectDictionary Class