Navigation:  Classes > bBrowser >

bBrowser:GetColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns a column from the list of the supported columns.

Class

bBrowser

Type

Method

Syntax

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

Arguments

<iColumn>The number of the column to which the column object is to be returned. The number of the column refers to the list of the supported columns (see also bBrowser:ColumnList).
Data type:Integer

 

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

 

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

Return Value

oColumnThe determined column object. If no column were found, the value NULL_OBJECT returns.
Data type:bDataColumn

Description

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

See Also

bBrowser:ColumnList

bBrowser:GetColumnNo()

bBrowser:GetOpenColumn()

 


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