Navigation:  Classes > bBrowser >

bBrowser:GetVisiblePosFromPoint()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the position of a record in the visible data area of the browser relating to a specific point.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetVisiblePosFromPoint(<oPoint>) Æ iRowPos

Arguments

<oPoint>The point object for which the position is to be determined.
Data Type:Point

Return Value

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

Description

bBrowser:GetVisiblePosFromPoint() examines whether a record under the specified point is visible and returns the position inside the visible records.

 

The coordinate refers to the origin left above within the ClientArea (CanvasArea) of the browser.

See Also

bBrowser:GetVisiblePosFromEoF()

bBrowser:GetVisiblePosFromRecNo()

bBrowser:GetVisiblePosFromRecordGroupItem()

bBrowser:GetVisiblePosFromRowNo()

bBrowser:IsRecordVisible()

bBrowser:IsRowVisible()

 


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