Navigation:  Classes > bBrowser >

bBrowser:CloseColumn()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Closes an opened column in the browser.

Class

bBrowser

Type

Method

Syntax

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

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

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

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

Arguments

<oColumn>The column as object that is to be closed. The column must be contained in the list of the opened columns (see also bBrowser:ColumnOpenList).
Data Type:bDataColumn

 

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

 

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

 

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

 

<lRedraw>A logical value that indicates whether the browser is again to be drawn after closing 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 that was closed or not. If the value NULL_OBJECT returned, the column could not be closed (e.g. because the column contained not in the list of the opened columns).
Data Type:bDataColumn

Description

bBrowser:CloseColumn() closes a column in the browser. This has the consequence that the column is removed from the visible area of the browser. The column remains however in the list of supported columns. In order to remove it from this list, use the method bBrowser:RemoveColumn().

See Also

bBrowser:Clear()

bBrowser:ColumnOpenList

bBrowser:IsColumnVisible()

bBrowser:Redraw()

bBrowser:RemoveColumn()

 


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