Page 1 of 1

Show caret in TDBRichView

Posted: Fri May 09, 2008 11:54 am
by Kern
Is it possible to have a caret in TDBRichView like in TDBRichViewEdit? We would like to show the cursorposition because the user can scoll in this control.

Posted: Fri May 09, 2008 12:15 pm
by Sergey Tkachenko
TDBRichView cannot show the caret because this component does not have it. TDBRichView is scrolled like, for example, a browser window.
You can use TDBRichViewEdit with ReadOnly=True instead.