I am using Delphi 7, while calling LoadFromFile from my REMObject Type I am randomly encountering a Stream Read Error.
The following line is where I get the error:
FileData.LoadFromFile(QItem.PDFPath);
开发者_如何学运维
What can I do to find and fix the error?
精彩评论