Navigation:  Classes > bBrowser >

bBrowser:RemoveColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes a column from the list of the supported columns.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:RemoveColumn(<oColumn>, <lRedraw>) Æ oColumn

 

<oBrowser>:RemoveColumn(<iColumn>, <lRedraw>) Æ oColumn

 

<oBrowser>:RemoveColumn(<cColumn>, <lRedraw>) Æ oColumn

 

<oBrowser>:RemoveColumn(<symColumn>, <lRedraw>) Æ oColumn

Arguments

<oColumn>The column object that is to be removed. The column must be contained in the list of the supported columns (see also bBrowser:ColumnList).
Data type:bDataColumn

 

<iColumn>The number of the column that is to be removed. The number of the column refers to the list of the supported columns (see also bBrowser:ColumnList).
Data type:DWord

 

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

 

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

 

<lRedraw>A logical value that specifies whether the browser is to be redrawn after removing the column. The drawing of the browser is necessary whenever the column were in the visible area of the browser.
Data type:Logic

Return Value

oColumnThe column which was removed or not. If the value NULL_OBJECT will return, the column could not be removed (e.g. because it is not contained in the list of the supported columns).
Data type:bDataColumn

Description

bBrowser:RemoveColumn() removes a column in the browser. If the column is opened, it is closed before automatically.

See Also

bBrowser:CloseColumn()

bBrowser:ColumnList

bBrowser:IsColumnVisible()

bBrowser:Redraw()

bBrowser:RemoveColumnAll()

 


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