which event can do this?

General TRichView support forum. Please post your questions here
Post Reply
chuqingsheng
Posts: 38
Joined: Sat Nov 06, 2010 5:12 am

which event can do this?

Post by chuqingsheng »

I have a treeview to show the richviewedit's doc structure.
I need this function.

when user modify the doc. the treeview will update the caption of node to show the changed. which event can I use to do this?
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, I am afraid the only solution is recreating this tree completely in RichViewEdit.OnChange
chuqingsheng
Posts: 38
Joined: Sat Nov 06, 2010 5:12 am

Post by chuqingsheng »

BTW, all doc structrue title text is in the the table cell, one title in one cell .
chuqingsheng
Posts: 38
Joined: Sat Nov 06, 2010 5:12 am

Post by chuqingsheng »

can I use then table event to do this ? if use the richviewedit onchange event to recreate the treeview, this will take more time and is low efficient.
Post Reply