Append to Editor #2

[Top]  [Chapter]  [Previous]  [Next]

You can use both editors to create a list or multiple copies of the form letter in editor 1

 

Use method SetEditorMode to initialize the "double editor" mode.

 

clip0136

 

To create the list execute Memo.MergeText for each record and append the mrged text to the editor #2 using Memo2.AppendOtherText(0);

 

In case you want to append to an invisible alternative text buffer use the API Memo.RTFDataAppendTo like it is showed in the label demo.

 

 

 


[appendtext.htm]    Copyright © 2007 by WPCubed GmbH