Navigation:  Classes > bBrowser >

bBrowser:GetCountOfVisibleRows()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the count of the visible data rows

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetCountOfVisibleRows(<nFirstRecNo>) Æ iRowCount

Arguments

<nFirstRecNo>The number of the data row to begin the count of remaining rows from.
Data Type:Integer | Float

Return Value

iRowCountThe number of visible data rows.
Data Type:Integer

Description

bBrowser:GetCountOfVisibleRows() returns one row more than are actually fully visible. The reason for this is simply that the browser height is rarely an exact multiple of the row height.

 


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