Navigation:  Classes > bBrowser >

bBrowser:SetLastColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Sets the last visible column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SetLastColumn(<iLastColumn>) Æ lSuccess

Arguments

<iLastColumn>The number of the column that is to be shown as the last visible column. The column number refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:Integer

Return Value

lSuccessA logical value that indicates whether the column was set as last visible column.
TRUEThe column was set.
FALSEThe column could not be set.
Data Type:Logic

Description

bBrowser:SetLastColumn() determined to the specified column the first visible column and shows the columns with all columns lying between them.

See Also

bBrowser:GetLastVisibleColumn()

bBrowser:SetFirstColumn()

 


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