trichview.com

trichview.support




LoadRVFFromStream bug?


Return to index


Author

Message

gaiety

Posted: 06/03/2003 11:14:45


var msText:TStream;

begin

  msText:=TFileStream.Create('C:\readme.rvf',fmOpenRead);

  Editor.LoadRVFFromStream(msText);

  msText.Free;

end;


But can not load the document.

If use Editor.LoadRVF('C:\readme.rvf');

that is OK.


Is bug?





Powered by ABC Amber Outlook Express Converter