Object
ObjectDictionary
![]() | The default constructor for the ObjectDictionary. |
![]() | A Constructor to construct a ObjectDictionary with non distinct keys. |
![]() | Use this property to get the Last error code generated by the dictionary. |
![]() | Use this method to add a object to the dictionary using object as a key. |
![]() | Use this method to add a object to the dictionary using string as a key. |
![]() | Use this method to clear all items from the dictionary. |
![]() | Use this method to clear the last error. |
![]() | Use this function to get the number of items in the dictionary. |
![]() | Use this function to check for existence of a string key in the dictionary. |
![]() | Use this function to check for existence of a object key in the dictionary. |
![]() | Use this method to get a set of elements with the same object key when the dictionary is in multikey mode. |
![]() | Use this method to get a set of elements with the same string key when the dictionary is in multikey mode. |
![]() | Gets all keys in the dictionary that are object based and returns them as Xojo array of objects. |
![]() | Gets all keys in the dictionary that are string based and returns them as Xojo array of string. |
![]() | Gets all values in the dictionary and returns them as Xojo array of Objects. |
![]() | Use this setter/getter function to get or set element by a object key. |
![]() | Use this setter/getter function to get or set element by a string key. |
![]() | Implements operator to write to the dictionary with the ( ) indexer operator. This variation sets a item by a string key. |
![]() | Implements operator to read from the dictionary with the ( ) indexer operator. This variation fetches a item by a object key. |
![]() | Implements operator to write to the dictionary with the ( ) indexer operator. This variation sets a item by a object key. |
![]() | Implements operator to read from the dictionary with the ( ) indexer operator. This variation fetches a item by a string key. |
![]() | Use this method to add remove object from the dictionary by a given object key. |
![]() | Use this method to add remove object from the dictionary by a given string key. |
![]() | Calls the given delegate routine for each value in the dictionary. |
![]() | A delegate for the Walk method on this class. |