Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / ParameterSet


RemoveParameter

Removes the specified parameter from this parameter set and calls the parameter's destructor.

ODBoolean RemoveParameter (in ParameterKey key);
key
The name of the parameter to remove.
return value
kODTrue if the parameter is in the set; otherwise, kODFalse.
DISCUSSION
You call this method to remove a parameter from a ParameterSet object. This method calls the destructor function associated with the parameter.

SEE ALSO
The ParameterKey type (page 171).
The ExtractParameter method (page 393).
The GetParameter method (page 396).
The PutParameter method (page 397).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996