Navigation:  Classes > bBrowser >

bBrowser:GetOpenColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines a column from the list of the opened columns and returns these.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetOpenColumn(<iColumn> | <cColumn> | <symColumn>) Æ oColumn

Arguments

<iColumn>The number of the columns to which the column object is to be returned. The number refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:DWord

 

<cColumn>The string name of the column to which the column object is to be returned. The name must be contained in the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:String

 

<symColumn>The symbol name of the column to which the column object is to be returned. The name must be contained in the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:Symbol

Return Value

oColumnThe determined column object. If no column were found, the value NULL_OBJECT is returned.
Data Type:bDataColumn

Description

bBrowser:GetOpenColumn() search a column in the list of the opened columns and returns these.

See Also

bBrowser:ColumnOpenList

bBrowser:GetColumn()

bBrowser:GetOpenColumnNo()

 


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