CoreClasses Xojo Plugin

PrefixDictionaryCaseInsensitive.HasKey Method

Returns True if Key is in the Dictionary and False if it is not.

HasKey(
   key as String) as Boolean

Parameters

key
The key to check for.

Returns

Boolean
True if the key was found, else false.

Remarks

The HasKey function is encoding-sensitive. In this version of the dictionary the key is case insensitive.

See Also

PrefixDictionaryCaseInsensitive Class