| CoreClasses REALbasic Plugin |
|
ObjectDictionary.Remove Method
Use this method to add remove object from the dictionary by a given object key.
Remove(
key as Object)
Parameters
- key
- The key of the object to remove.
Remarks
See Also
ObjectDictionary Class