Navigation:  Classes > bBrowser >

bBrowser:CurrentColumn

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

The number of the current column.

Class

bBrowser

Type

Access / Assign

Data Type

Integer

Description

The current column is that column which has the cursor. The number of column refers to the list of the opened columns (see also bBrowser:ColumnOpenList).

 

If the current column is changed with this assign,

the new column is moved into the visible area.
the new column is selected, if it is selectable.
the method bBrowser:CellSelect() is called.

 

To set the current column, without it being selected, use bBrowser:SetCurrentColumn().

See Also

bBrowser:CurrentRow

bBrowser:CurrentRecNo

bBrowser:SetCurrentColumn()

 


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