Navigation:  Classes > bBrowser >

bBrowser:GetInfoRect()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the area for an info value.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetInfoRect(

<iInfoState>,

<srcArea>

) Æ lSuccess

Arguments

<iInfoState>The state to whose info value the area is to be determined. The following table lists the supported states:

 

State

Description

BINFO_INREADPROCESS

The bBrowser reads data about a slow connection.

BINFO_NORECORDS

The data server that is linked to the browser does not contain records. This state also arises, for example, if a filter or selective relation hides all records.

BINFO_NOSERVER

The browser is not linked to a data server.

BINFO_SERVERNOTUSED

The data server that is linked with the browser is not opened.

 

Data Type:Integer

 

<srcArea>The rectangle structure in which the determined area is returned.

The structure must be specified by reference.

Data Type:_winRect

Return Value

lSuccessA logical value that indicates whether the area for the info value was determined.
TRUEThe area was determined.
FALSEThe area could not be determined.
Data Type:Logic

Description

bBrowser:GetInfoRect() determined to an info value the area in which it is drawn.

See Also

bBrowser:GetCaptionRect()

bBrowser:GetCellAreaRect()

bBrowser:GetCellFocusRect()

bBrowser:GetCellRect()

bBrowser:GetColumnRect()

bBrowser:GetEditRect()

bBrowser:GetFooterRect()

bBrowser:GetRecordGroupItemRect()

bBrowser:GetRowRect()

bBrowser:GetSelectorRect()

bBrowser:GetValueRect()

bBrowser:SetInfo()

 


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