CoreClasses Xojo Plugin

ObjectCollection.Exists Method (console safe)

Use this function to check for existence of a string key in the collection.

Exists(
   key as String) as Boolean

Parameters

key
The string based key to check for.

Returns

Boolean
True if the key exists, false if it does not.

Remarks

See Also

ObjectCollection Class