getClipBuffer

getClipBuffer(buffnum: Integer): String;

The getClipBuffer method of the JadeTextEdit class returns the contents of the editor text (clip) buffer specified in the buffnum parameter. The value of the buffnum parameter can be in the range zero (0) through JadeTextEdit.CLIPBUFFER_MAX.

For details about setting the editor text buffer, see the setClipBuffer method.