Estendi lunghezza QrichEdit
Extend Qrichedit (files>64Kb)
When loading files > 64Kb the text is displayed as plaintext even if it is an *.rtf file.
To overcome this problem first send the size of file to the qrichedit control:
Sendmessage (QRichEdit.handle,&HC5,filesize,0)
|