Contents

removeObject

Removes a key/object pair from the dictionary.

Declaration

virtual void removeObject(
 const char *aKey);

Parameters

  • aKey:

    A C string identifying the object to be removed from the dictionary.

Overview

The removed key (internally an OSSymbol) and object are automatically released.

See Also

Miscellaneous