Navigation:  Classes > bBrowser >

bBrowser:GetLastVisibleColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the last visible column, beginning from the specified first visible column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetLastVisibleColumn(

<iFirstColumn>,

<iOffset>

) Æ iLastColumn

Arguments

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

 

<iOffset>The offset of the first visible column related to the left margin of the dynamic data area. The offset can be less or equal 0. If the offset is 0, then the first visible column starts directly on the left margin of the dynamic data area. If the offset is less than 0, then the column is partly concealed by the left margin of the dynamic data area.
Datentyp:Integer

Return Value

iLastColumnThe number of the last visible column, related to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:Integer

Description

bBrowser:GetLastVisibleColumn() determines the last visible column.

 

It is possible that the determined column is not completely visible but is partly concealed by the right margin of the dynamic data area. This depends on the column widths and the width of the visible area in the browser.

See Also

bBrowser:GetFirstVisibleColumn()

bBrowser:SetLastColumn()

 


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