How can I change case for selected text without losing text formatting?
The thing is not only in UPPERCASE and lowercase but I've implemented First Of Each Word Uppercase too.
Right now I'm using this code which loses different text formatting:
Code: Select all
s:=RichViewEdit1.GetSelTextW;
...
RichViewEdit1.InsertTextW(s);