CoreClasses Xojo Plugin

PrefixDictionaryCaseInsensitive.Value Method

Assigns a value to the key item in the PrefixDictionaryCaseInsensitive

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. In this version of the dictionary the key is case insensitive.

Case insensitive dictionary has slight performance hit when inserting into the dictionary compared to the case sensitive version. Lookups do not take performance hit.

See Also

PrefixDictionaryCaseInsensitive Class