Error with Save/Load RVF
Posted: Tue May 21, 2013 1:45 pm
Hello,
I'm using a TRichViewEdit.
I have 2 buttons.
- First - It's for save the file
- Second is for load the file
When I load RVF I have the error message "Index out of bound (-1)"
Can you help me ?
Thanks
I'm using a TRichViewEdit.
I have 2 buttons.
- First - It's for save the file
Code: Select all
rveDocument.SaveRVF('c:\rvfsave.rvf', false)
Code: Select all
rveDocument.loadRVF('c:\rvfsave.rvf');
Can you help me ?
Thanks