trichview.com

trichview.support




Re: InsertTextW Like AddNLWTag use method


Return to index


Author

Message

Sergey Tkachenko

Posted: 03/15/2002 15:13:23


> Can give function AddNLWTag style that increase.

> But, can not give function InsertTextW style that increase.

>

> Can you insert RichViewEdit because giving style function InsertTextW how?

>

Use InsertStringWTag method to add a string with the specified tag.

Unlike InsertTextW, parameter of InsertStringWTag must not contain CR LF

characters.


These functions use current text style for adding text.

So if you want to insert text string with specified TAGS and text STYLE,

use:


rve.CurTextStyleNo := STYLE;

rve.InsertStringWTag(widestring, TAG);





Powered by ABC Amber Outlook Express Converter