Show caret in TDBRichView

General TRichView support forum. Please post your questions here
Post Reply
Kern
Posts: 25
Joined: Mon Aug 07, 2006 3:49 pm

Show caret in TDBRichView

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply