Navigation:  Classes > bBrowser >

bBrowser:IsRowVisible()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether a data row is partial or completely visible.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsRowVisible(

<iRow>,

<iRecNo>,

<lFractal>

) Æ lVisible

Arguments

<iRow>The row number of the row that is to be examined.
Data type:Integer

 

<iRecNo>The record number of the row that is to be examined.
Data type:Integer

 

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

Return Value

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

Description

bBrowser:IsRowVisible() examines whether a data row is partly or completely visible.

See Also

bBrowser:GetVisiblePosFromEoF()

bBrowser:GetVisiblePosFromRecNo()

bBrowser:GetVisiblePosFromRowNo()

bBrowser:IsCellVisible()

bBrowser:IsColumnVisible()

bBrowser:IsRecordVisible()

 


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