Navigation:  Classes > bBrowser >

bBrowser:GetVisiblePosFromRowNo()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines for a row the position of the record inside the visible data area of the browsers.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetVisiblePosFromRowNo(<iRow>) Æ iRowPos

Arguments

<iRow>Number of the row, for that the position is to be determined.
Data type:Integer

Return Value

iRowPosThe position of the found record, beginning with 1. If no record with the specified row number is visible, the value 0 is returned.
Data type:Integer

Description

bBrowser:GetVisiblePosFromRowNo() examines whether a record with the specified row number is visible and returns the position inside the visible records.

See Also

bBrowser:GetVisiblePosFromEoF()

bBrowser:GetVisiblePosFromRecNo()

bBrowser:IsRecordVisible()

bBrowser:IsRowVisible()

 


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