| CoreClasses REALbasic Plugin |
|
ObjectDictionary.Exists Method
Use this function to check for existence of a string key in the dictionary.
Exists(
key as String) as Boolean
Parameters
- key
- The string key to check for.
Returns
- Boolean
- True if the key existed.
Remarks
See Also
ObjectDictionary Class