Navigation:  Classes > bBrowser >

bBrowser:IsRecordVisible()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether a record is partial or completely visible.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsRecordVisible(

<nRecNo>,

<lFractal>

) Æ lVisible

Arguments

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

 

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

Return Value

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

Description

bBrowser:IsRecordVisible() examines whether a record is partly or completely visible.

See Also

bBrowser:GetVisiblePosFromEoF()

bBrowser:GetVisiblePosFromPoint()

bBrowser:GetVisiblePosFromRecNo()

bBrowser:GetVisiblePosFromRowNo()

bBrowser:IsCellAreaVisible()

bBrowser:IsCellVisible()

bBrowser:IsColumnVisible()

bBrowser:IsRecordGroupItemVisible()

bBrowser:IsRowVisible()

 


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