Hi all I need some assistance on a application that I am creating in Delphi.
What I have is...
Trichedit box containg rtf Text and images - JPG.
Word Document
What I need to do is.
Copy the contents of the richedit box - RTF text and Images and transfer these to a Word document.
The code I have is
R.InsertAfter(jvrichedit2.Text); \\ Insert after specified bookmark
This only copies the text with no image
Any assistance would be appriciated
necko
Applications → Programming Solutions → Delphi Help30 May 2010, 00:28 You have to login or register to post comments. |



What is the line of code for Paste, I have specified to paste after a bookmark but cannot for the life of me understand the paste command ??
any help would be appriciated
necko