CoreClasses Xojo Plugin

PrefixDictionary.Value Method

Retrieves the value associated with the supplied key.

Value(
   key as String) as Variant

Parameters

key
The key to retrieve.

Returns

Variant
The requested value or exception is thrown if key was not found.

Remarks

The Value function is encoding-sensitive and in this version of the prefix dictionary it is case sensitive also.

This method will throw KeyNotFoundException if the requested key did not exist.

See Also

PrefixDictionary Class