Re: NSTextView/NSTextField Question
Re: NSTextView/NSTextField Question
- Subject: Re: NSTextView/NSTextField Question
- From: "Erik M. Buck" <email@hidden>
- Date: Thu, 3 Jan 2002 13:26:00 -0600
RTFM
string
- (NSString *)string
Returns the characters of the receiver's text. For performance reasons, this
method returns the current backing store of the text object. If you want to
maintain a snapshot of this as you manipulate the text storage, you should
make a copy of the appropriate substring.
See Also: - setString:
ALWAYS LOOK AT THE SUPER CLASS DOCUMENTATION
----- Original Message -----