Inserting picture
I'm trying to make a chat system that stores the conversations in a MSSQL DB. As the caller or host sends a message to wwDBRichText component I want to put a picture in the line to show which made the post. I'm having a problem inserting the picture with the chat text. Do I use the TwwDBRichText or TwwDBRichEditMSWord or something else? And how would I do it?
-
I'm sorry about the lack of response to your question. Are you trying to insert an mage with code. You can insert an image using these methods of the TwwDBRichEdit
procedure InsertImageFromFile(const AFileName: string);
procedure InsertImageFromGraphic(const AGraphic: TGraphic);
-Roy
Please sign in to leave a comment.
Comments
1 comment