setClipBuffer

setClipBuffer(buffnum: Integer;
              text:    String);

The setClipBuffer method of the JadeTextEdit class sets the contents of the editor text (clip) buffer specified in the buffnum parameter with the text specified in the text parameter.

The value of the buffnum parameter can be in the range zero (0) through JadeTextEdit.CLIPBUFFER_MAX.

For details about getting the contents of the buffer, see the getClipBuffer method.