Applies to
Declaration
IWPEditor Memo2;
Description
This is the interface to load text into the editor #2.
With RTF2PDF it uses the interface IWPEditor while TextDynamic uses IWPMemo. IWPEditor implements a subset of the methods in IWPMemo since some do not make sense for an invisible control. You can use Memo.TextCursor to add text using code.