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(

<nRowNo>,

<nRecNo>,

<lFractal>

) Æ lVisible

Arguments

<nRowNo>The row number of the row that is to be examined.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the row that is to be examined.
Data Type:Integer | Float | Real8

 

<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:GetVisiblePosFromPoint()

bBrowser:GetVisiblePosFromRecNo()

bBrowser:GetVisiblePosFromRowNo()

bBrowser:IsCellAreaVisible()

bBrowser:IsCellVisible()

bBrowser:IsColumnVisible()

bBrowser:IsRecordGroupItemVisible()

bBrowser:IsRecordVisible()

 


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