Insert a text (an RVF stream) at the cursor position

General TRichView support forum. Please post your questions here
Post Reply
stefan681
Posts: 1
Joined: Tue Oct 01, 2013 5:46 am

Insert a text (an RVF stream) at the cursor position

Post by stefan681 »

Hello,

I would like to insert a text (an RVF stream) at the cursor position. I can insert this using the procedure InsertRVFFromStream(Stream, ItemPos). But how can I convert the current cursor position to an item position?

Thanks.
Sergey Tkachenko
Site Admin
Posts: 17520
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Insert a text (an RVF stream) at the cursor position

Post by Sergey Tkachenko »

Use InsertRVFFromStreamEd, it inserts at the caret position.
Post Reply