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(

<iRecNo>,

<lFractal>

) Æ lVisible

Arguments

<iRecNo>The record number that is to be examined.
Data type:DWord

 

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

bBrowser:GetVisiblePosFromRowNo()

bBrowser:IsCellVisible()

bBrowser:IsColumnVisible()

bBrowser:IsRowVisible()

 


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