trichview.support
| Re: Use SendMessage to insert a word to TRichViewEdit | 
| Author | Message | 
| Gorden Peng | Posted: 11/15/2004 7:37:26 It's ok. I forgot can use TRichViewEdit(screen.Forms[1].ActiveControl).InsertTex(...); thanks. "Sergey Tkachenko" <[email protected]> wrote: >WM_IME_CHAR is not processed, only WM_IME_STARTCOMPOSITION and >WM_IME_COMPOSITION, but they cannot be used for this purpose. > >Why you cannot simply write: > > if (screen.Forms[1].ActiveControl is TRichViewEdit) then > TRichViewEdit(screen.Forms[1].ActiveControl).InsertTex(...); > >? > > | 
Powered by ABC Amber Outlook Express Converter