How to get all the text(items) from TRichViewEdit (unicode)?
Posted: Fri Jul 06, 2007 7:46 am
Hi,
I am trying to get all the text from TRichViewEdit in Unicode.
The only function I found is:
GetCurrentItemTextW
But it only gives the line where the caret is located.
Without moving caret, is there some way to get all the lines? (all the items?)
I tried to use GetTextBuf but this doesnt return Unicode, but a translation to some codepage (which I don't want).
Thank you for your help,
Bonny
I am trying to get all the text from TRichViewEdit in Unicode.
The only function I found is:
GetCurrentItemTextW
But it only gives the line where the caret is located.
Without moving caret, is there some way to get all the lines? (all the items?)
I tried to use GetTextBuf but this doesnt return Unicode, but a translation to some codepage (which I don't want).
Thank you for your help,
Bonny