CoreClasses Xojo Plugin

ObjectDictionary.Exists Method (console safe)

Use this function to check for existence of a object key in the dictionary.

Exists(
   key as Object) as Boolean

Parameters

key
The object key to check for.

Returns

Boolean
True if the key existed.

Remarks

See Also

ObjectDictionary Class