Navigation:  Classes > bBrowser >

bBrowser:GetInfoView()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the view style of an info value.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetInfoView(<iInfoState>) Æ oViewStyle

Arguments

<iInfoState>The state to whose info value the view style 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

oViewStyleThe object that defines the view style.
Data Type:bViewStyle

Description

For each info text can be defined own view styles. The view style is defined with an object of the class bViewStyle. With the method bBrowser:GetInfoView() can be determined to an info value the before set view style.

 

With the method bBrowser:SetInfoView() can be set the view style for an info value.

 

With the access bBrowser:InfoView can be defined a global view style for all info values.

See Also

bBrowser:InfoView

bBrowser:SetInfo()

bBrowser:SetInfoView()

bViewStyle

 


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