Navigation:  Classes > bBrowser >

bBrowser:SetCurrentColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Sets the current column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SetCurrentColumn(<iColumn>) Æ lSuccess

Arguments

<iColumn>The number of the column that is to be set as current column.
Data type:Integer

Return Value

lSuccessA logical value that indicates whether the current column was set.
TRUEThe current column was set.
FALSEThe current column could not be set.
Data type:Logic

Description

bBrowser:SetCurrentColumn() sets the specified column as current column. The current column is the column in that the cursor is.

 

If the specified column is not in the visible area of the browser, it is scrolled into this area.

 

Important note!
The column is not selected automatically. Only the cursor is moved to the column.

See Also

bBrowser:CurrentColumn

 


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