trichview.support
Re: Tabs in Tables using Shift-TAB ?? |
Author |
Message |
Sergey Tkachenko |
Posted: 04/28/2005 18:13:28 > Sergey Tkachenko wrote: > > Shift+Tab moves caret in table in backward direction. > > It beeps in the first cell > So I guess that means I cann't override shift tab ? You can process keys before they are passed to TRichViewEdit. For example, assign shortcut to some action or menu item, and they will receive these keys instead of editor. This action may call rve.InsertText(#9). Or use Form.OnKeyDown (and set Form.KeyPreview = True). |
Powered by ABC Amber Outlook Express Converter