Navigation:  Classes > bBrowser >

bBrowser:TabKeyMode

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Mode that indicates how the key KeyTab is processed.

Class

bBrowser

Type

Access / Assign

Data Type

Symbol

Description

The bBrowser supports different modes for the processing the key KeyTab. The following table lists the different mode:

 

Mode

Description

#MoveToControl

The focus is set at the next control. Additionally to the key KeyTab the key KeyShift is pressed also the focus is set at the previous control.

#MoveToSelectableCell

The cursor is moved at the next selectable cell. If the cursor is at the last selectable cell and bBrowser:AutoSkip contains the value TRUE the cursor is moved at the first selectable cell in the next row.

 

Additionally to the key KeyTab the key KeyShift is pressed also the cursor is moved at the previous selectable cell. If the cursor is at the first selectable cell and bBrowser:AutoSkip contains the value TRUE then the cursor is moved at the last selectable cell in the previous row.

#MoveToEditableCell

The cursor is moved at the next editable cell. If the cursor is at the last editable cell and bBrowser:AutoSkip contains the value TRUE the cursor is moved at the first editable cell in the next row.

 

Additionally to the key KeyTab the key KeyShift is pressed also the cursor is moved at the previous editable cell. If the cursor is at the first editable cell and bBrowser:AutoSkip contains the value TRUE the cursor is moved at the last selectable cell in the previous row.

 

After creating a bBrowser control that access contains the value #MoveToControl.

See Also

bBrowser:AutoSkip

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_tabkeymode.htm