Navigation:  Classes > bBrowser >

bBrowser:GetColumnHighlightStyle()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines a highlight style object that is used when drawing a highlighted column.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetColumnHighlightStyle(

<symStyle>,

<oColumn>

) Æ oHighlightStyle

Arguments

<symStyle>A value that indicates whether the highlight style is to be determined for the column caption, the column values or for the column footer. The following values are supported:

 

Value

Description

#Caption

The highlight style is determined for the column caption.

#Data

The highlight style is determined for the column values.

#Footer

The highlight style is determined for the column footer.

 

Data Type:Symbol

 

<oColumn>The column to which the highlight style is to be determined.
Data Type:bDataColumn

Return Value

HighlightStyleThe object of the highlight style.
Data Type:bHighlightStyle

Description

If the highlight style is determined for the column caption,

1.it is examined whether in the column a bBrowserColumn:HighlightStyle object is defined
Ü If it is, this object is returned.

2.it is examined whether in the browser a bBrowser:ColumnHighlightStyle object is defined.
Ü If it is, this object is returned.

3.Ü an object of the class bHighlightStyle with default settings is created and returned.

 

If the highlight style is determined for the column values,

1.it is examined whether in the column a bBrowserColumn:HighlightStyle object is defined
Ü If it is, this object is returned.

2.it is examined whether in the browser a bBrowser:ColumnHighlightStyle object is defined.
Ü If it is, this object is returned.

3.Ü an object of the class bHighlightStyle with default settings is created and returned.

 

If the highlight style is determined for the column footer,

1.it is examined whether in the column a bBrowserColumn:HighlightStyle object is defined
Ü If it is, this object is returned.

2.it is examined whether in the browser a bBrowser:ColumnHighlightStyle object is defined.
Ü If it is, this object is returned.

3.Ü an object of the class bHighlightStyle with default settings is created and returned.

See Also

bBrowser:ColumnHighlightStyle

bBrowserColumn:HighlightStyle

bHighlightStyle

 


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