trichview.com

trichview.support




Re: My God, I do it.


Return to index


Author

Message

Sergey Tkachenko

Posted: 05/24/2004 11:50:17


Insert*** methods are for performing editing operations. They insert

something at the position of caret and reformat affected part of the

document (i.e. prepare it to displaying). Users can undo and redo them.

Because of all these features, they are relatively slow.


Add*** methods can be used for quick generation of document.

They do not reformat document themselves, you need to call Format method

when finished.

See also the help file, "Viewer vs Editor" topic.




> InsertText(Chr(10));

>

> that will work well.

>

> but why AddXXX function have no use? who can tell me?

>

>





Powered by ABC Amber Outlook Express Converter