Navigation:  Classes > bBrowser >

bBrowser:ColumnOpenList

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

The list of columns opened in the browser.

Class

bBrowser

Type

Access

Data Type

Array

Description

The list of the opened columns is a one-dimensional array in which each item contains an object of the class bDataColumn.

 

The list may not be changed.

 

To add a new column to the list, the method bBrowser:OpenColumn() must be called.

 

To remove a column from the list, the method bBrowser:CloseColumn() must be called.

 

To remove all columns from the list, the method bBrowser:Clear()must be called.

See Also

bBrowser:Clear()

bBrowser:CloseColumn()

bBrowser:ColumnList

bBrowser:ColumnOpenCount

bBrowser:ColumnVariableHeightList

bBrowser:GetOpenColumn()

bBrowser:GetOpenColumnNo()

bBrowser:OpenColumn()

 


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