Navigation:  Classes > bBrowser >

bBrowser:IsColumnVisible()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines whether a column is partial or completely visible.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsColumnVisible(

<uColumn>,

<lFractal>

) Æ lVisible

Arguments

<uColumn>The column that is to be examined. The column must be contained in the list of the opened columns (see also bBrowser:ColumnOpenList).
Data type:String | Symbol | Integer | bDataColumn

 

<lFractal>A logical value that indicates whether the column must be partially or completely visible.
Data type:Logic

Return Value

lVisibleA logical value that indicates whether the column is visible.
TRUEThe column is visible.
FALSEThe column is not visible.
Data type:Logic

Description

bBrowser:IsColumnVisible() examines whether a column is partly or completely visible.

See Also

bBrowser:IsCellVisible()

bBrowser:IsRecordVisible()

bBrowser:IsRowVisible()

 


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