Save and load document(TRicViewEdit)
Posted: Sun Feb 03, 2008 11:04 am
I am save document :
Try load doc :
Document dont load and
if TRichViewEdit can focus out error :
project raised exeption classs elisterror with message
'list index out of bounds (-1)'
?????
Code: Select all
RichViewEdit.SaveRVF('E:\Job\CorpSoft\files\2.rvf',false);
Code: Select all
RichViewEdit.LoadRVF('E:\Job\CorpSoft\files\2.rvf');
if TRichViewEdit can focus out error :
project raised exeption classs elisterror with message
'list index out of bounds (-1)'
?????