CoreClasses Xojo Plugin

ObjectDictionary.Remove Method (console safe)

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

Remove(
   key as String)

Parameters

key
The key of the object to remove.

Remarks

A error code -2 will be generated if the key is out of bounds. The error result can be read with the LastError property.

See Also

ObjectDictionary Class