trichview.com

trichview.support




AddNLTag


Return to index


Author

Message

David Doucet

Posted: 01/31/2002 21:28:20


I want to add a string (or whatever) in a RVE and i want that string to be

changed whenever another string is changed...

example : i have an editbox and I want that the content of the editbox to

be the same as the string allways. If i change the string in the RVE, the

editbox.text must follow the changes and vice versa.


I tried with the AddNLTag method like this


Here's what i have :


MyP : ^string;

tst : string;


MyP := @tst;

tst := 'hi';

RVE.AddNLTag(tst,3, 1, Integer(@tst));  


I'm not sure that the AddNLTag will do what i want it to do...any clue ?





Powered by ABC Amber Outlook Express Converter