CoreClasses Xojo Plugin

ObjectDictionary.Item Method (console safe)

Use this setter/getter function to get or set element by a object key.

Item(
   key as Object) as Object

Item(
   key as Object
   assigns value as Object)

Parameters

key
The object key for the element to get or set. (If the Collection is in multikey mode then only the first element with the specified key will be retrieved or set by this property)
value (assignment parameter)
The object to assign to the item when using the setter.

Returns

Object
The returned item when using the getter.

Remarks

See Also

ObjectDictionary Class