Navigation:  Classes > bBrowser >

bBrowser:GetInfoData()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the extra data for an info value.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetInfoData(<iInfoState>) Æ uData

Arguments

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

uDataThe extra data for the info value. The data type of the extra data is dependent on the info value.
Data Type:Usual

Description

For various info values different extra data can be defined. The method bBrowser:GetInfoData() is used to determined such values.

 

The method bBrowser:SetInfoData() sets the extra data for an info value.

See Also

bBrowser:SetInfo()

bBrowser:SetInfoData()

 


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