WantTabs Property as in Delphi TMemo

General TRichView support forum. Please post your questions here
Post Reply
DickBryant
Posts: 148
Joined: Wed Dec 07, 2005 2:02 pm
Contact:

WantTabs Property as in Delphi TMemo

Post by DickBryant »

My application requires that the user be able to tab between multiple instances of RVEdits on the same form. The old version used TMemo's with WantTabs set to False.

How can I implement this same behavior with TRVEdits?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Exclude rvoWantTabs from RichViewEdit.EditorOptions
Post Reply