Navigation:  Classes > bBrowser >

bBrowser:Clear()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Closes all opened columns in the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:Clear(<lRedraw>) Æ lSuccess

Arguments

<lRedraw>A logical value that indicates whether the browser is to be redrawn.
Data Type:Logic

Return Value

lSuccessA logical value that indicates whether all opened columns was closed or not.
TRUEAll columns was closed or not.
FALSEAll columns could not be closed.
Data Type:Logic

Description

bBrowser:Clear() closes all opened columns in the browser. This has the consequence that no columns are visible. The columns remain however in the list of the supported columns contained (see also bBrowser:ColumnList).

See Also

bBrowser:CloseColumn()

bBrowser:ColumnList

 


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