Navigation:  Classes > bBrowser >

bBrowser:GetColumnEditMode()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the current edit mode of a column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetColumnEditMode(<iColumn>) Æ symEditMode

Arguments

<iColumn>The column number of the column for which the edit mode is to be determined. The column number refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:Integer

Return Value

symEditModeSymbol value, that defines the edit mode. The following table lists the possible values:

 

Value

Description

NULL_SYMBOL

No edit allowed.

#Normal

The edit is activated by pressing the RETURN key or by a mouse doubleclicks.

#Sensitive

The edit is activated, as soon as left mouse button is pressed (the table cursor must already be inside the cell) in the column or the RETURN key or another valid key is pressed.

#Excel

The edit is activated, as soon as in the column the left mouse button is pressed (the table cursor must already be inside the cell) or a valid key is pressed.

#Permanent

The edit is activated as soon as the table cursor is moved to the column.

 

Data Type:Symbol

Description

bBrowser:GetColumnEditMode() determines the current edit mode for a column. It examines whether the accesses bBrowser:Editable and bDataColumn:Editablecontain the value TRUE. If not, then the value NULL_SYMBOL is returned. If yes, then the value from the access bDataColumn:AutoEdit is used. If the access contains the value NIL, then the value from the access bBrowser:AutoEdit is used.

See Also

bBrowser:AutoEdit

bBrowser:Editable

bDataColumn:AutoEdit

bDataColumn:Editable

 


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