trichview.support
Parse TRichViewEdit content |
Author |
Message |
Omar Zelaya |
Posted: 03/06/2005 4:14:01 Hi, I'm new on TRichView, i have registered yesterday. My question is how can i parse the content of TRichViewEdit, i want to do this because on my form the user can add some predefined images to the control i have acomplished this by replacing the text the user had input with InsertPicture. Now i want to send this text to another user(remote) and i want to convert back the images to the text the user had input. something like this "hi :-)" -> converted 2 -> "hi [TBitmap]" on the TRichViewEdit(i allready have done this, while the user is typing). now i want to convert back to "hi [TBitmap]" -> "hi :-)" before i send the text when the user clicks send. How can i parse to convert [TBitmap] to :-) Thanks. |
Powered by ABC Amber Outlook Express Converter