TDBRichViewEdit (Special Edition)

General TRichView support forum. Please post your questions here
Post Reply
jota
Posts: 48
Joined: Fri Sep 16, 2011 10:56 am

TDBRichViewEdit (Special Edition)

Post by jota »

Hi.

An example code in which, when typing a lowercase letter after a period character, it becomes uppercase.

I have managed to do it in the OnChange event (through the TDBRichViewEdit.SetItemTex and TDBRichViewEdit.InsertText methods), but later the Redo and Undo methods for the converted character do not work correctly.

Thanks in advance. a greeting.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: TDBRichViewEdit (Special Edition)

Post by Sergey Tkachenko »

If you want to auto-capitalize sentences on typing, see https://www.trichview.com/forums/viewto ... f=2&t=9317
Post Reply