Navigation:  Classes > bBrowser >

bBrowser:GetVisiblePosFromRecordGroupItem()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines for a record group item the position of the record inside the visible data area of the browser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetVisiblePosFromRecordGroupItem(<oRecordGroupItem>) Æ iRowPos

Arguments

<oRecordGroupInfo>The record group item for that the position is to be determined.
Data Type:bRecordGroupInfo

Return Value

iRowPosThe position of the found record, beginning with 1. If no record for the specified record group item is visible, the value 0 is returned.
Data Type:Integer

Description

bBrowser:GetVisiblePosFromRecNo() examines whether a record with the specified record group item is visible and returns the position inside the visible records.

See Also

bBrowser:GetVisiblePosFromEoF()

bBrowser:GetVisiblePosFromPoint()

bBrowser:GetVisiblePosFromRecNo()

bBrowser:GetVisiblePosFromRowNo()

bBrowser:IsRecordGroupItemVisible()

 


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