CoreClasses Xojo Plugin

PrefixDictionary.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 and in this version of the prefix dictionary it is case sensitive also.

See Also

PrefixDictionary Class