Using delphi 7 TRichEdit component, RTF data is being imported from a msword document through copy and paste, but if data is contained in a box, it is not displaying correctly i.e.

Please assist
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try to use the following, it should subclass the
TRichEditclass to version 4.1. However I don’t know if Delphi 7 supports interposed classes, so just try to paste the following code and try to build the project.If it compiles then if you put a
TRichEditcomponent and run the project you should get RichEdit 4.1.