Memo method

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

Applies to

WPDLLInt

Declaration

function Memo: IWPMemo;

Description

This is the IWPMemo interface of editor #1. This interface contains all important methods and properties to access interfaces such as TextCursor.

RTF2PDF Note:
Our ASP product RTF2PDF also publishes this property. It gives you access to the IWPEditor interface which includes most of the methods and properties of IWPMemo. We recommend to assign the value of this property to a variable, so, when you decide to create an ASP project from your application, you only need to change one line. All other important interfaces are available inside of the "Memo" object (TextCursor, CurrPar, CurrAttr etc)!

TextDynamic:

IWPMemo Memo;

Memo = wpdllint1.Memo;

// used Memo ....

 

RTF2PDF:

IWPEditor Memo;

Memo = rtf2pdf1.Memo;

// used Memo ....

.NET: We recommend to assign the value of "Memo" to a variable and call wpdllint.ReleaseInt( variable ) when the reference is not any longer required.

 

 

 


[idh_wpdllint_memo.htm]    Copyright © 2007 by WPCubed GmbH