removeObject
Remove an object by key from the dictionary.
Declaration
void removeObject(const char *aKey);Parameters
- aKey:
A c-string key. An OSString is created from aKey and used as the key for the dictionary.
Discussion
An object in the dictionary with the given key object is removed and released.