CoreClasses Xojo Plugin

PrefixDictionary.Value Method

Assigns a value to the key item in the PrefixDictionary

Value(
   key as String,
   assigns value as Variant)

Parameters

key
The key to assign value to.
value (assign parameter)
The value to assign.

Remarks

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

See Also

PrefixDictionary Class