CoreClasses Xojo Plugin

ObjectDictionary.WalkObjectDictionaryDelegate Delegate (console safe)

A delegate for the Walk method on this class.

WalkObjectDictionaryDelegate(
   stringKey as String,
   objectKey as Object,
   value as Object)

Parameters

stringKey
The the string key of the the item in the dictionary or empty string if they given item has object key.
objectKey
The the object key of the the item in the dictionary or nil if they given item has string key.
value
The value of the item in the dictionary.

Remarks

See Also

ObjectDictionary Class