Navigation:  Classes > bBrowser >

bBrowser:GetInfoHeight()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the height in pixels for an info value.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetInfoHeight(<iInfoState>) Æ iHeight

Arguments

<iInfoState>The state for whose info value height 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

Return Value

iHeightHeight in pixels. With the value 0 the height is determined automatically.
Data Type:Integer

Description

Each info value can define its own height for the displayed area. The method bBrowser:GetInfoHeight() is used to determined such values.

 

The method bBrowser:SetInfoHeight() sets the height for an info value.

See Also

bBrowser:SetInfo()

bBrowser:SetInfoHeight()

 


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