CoreClasses Xojo Plugin

PrefixDictionaryCaseInsensitive.Remove Method

Removes by key from the Dictionary.

Remove(
   key as String)

Parameters

key
The key to remove.

Remarks

This method will throw KeyNotFoundException if key was not found.

The Remove method is encoding-sensitive. In this version of the dictionary the key is case insensitive.

See Also

PrefixDictionaryCaseInsensitive Class