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_NOSERVER

The browser is not linked to a data server.

BINFO_SERVERNOTUSED

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

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.

 

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:GetFooterRect()

bBrowser:GetRowRect()

bBrowser:GetColumnRect()

bBrowser:GetValueRect()

 


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