Navigation:  Classes > bBrowser >

bBrowser:RemoveColumnAll()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Removes all columns from the list of supported columns.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:RemoveColumnAll(

[<lRedraw>],

[<lDestroy>]

) Æ lSuccess

Arguments

<lRedraw>A logical value that specifies whether the browser is to be redrawn after removing all columns. The drawing of the browser is necessary whenever any columns remain open in the browser. If the argument is not specified then TRUE is used as default.
Data Type:Logic

 

<lDestroy>A logical value that specifies whether the column objects shall be destroyed. If the argument is not specified then TRUE is used as default.
Data Type:Logic

Return Value

lSuccessA logical value that indicates whether all columns were removed or not.
TRUEThe columns was removed.
FALSEThe columns could not be removed.
Data Type:Logic

Description

bBrowser:RemoveColumnAll() removes all columns from the list of the supported columns. If columns are opened, these are closed automatically first.

 

After successful execution of the method, columns can be re-opened with the method bBrowser:OpenColumn() or new columns added to the browser with the method bBrowser:AddColumn().

See Also

bBrowser:CloseColumn()

bBrowser:ColumnList

bBrowser:IsColumnVisible()

bBrowser:OpenColumn()

bBrowser:Redraw()

bBrowser:RemoveColumn()

 


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