GetName
TheGetNamemethod returns the name of this container object.
ODContainerName GetName ();
- return value
- The name of this container, or an empty sequence if the container does not have a name.
DISCUSSION
Although parts can call this method, they usually do not need to know the names of their associated containers.If this container has a name, this method returns a copy of that name. Otherwise, the
textfield of the resultODContainerNamestructure represents an empty sequence of characters; that is, thetextfield is anODByteArraystructure whose_lengthfield contains 0 and whose_bufferfield contains a null pointer.SEE ALSO
TheODByteArraytype (page 877).
TheODContainerNametype (page 900).
TheODContainer::SetNamemethod (page 102).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help