Navigation:  Classes > bBrowser >

bBrowser:GetRecordGroupInfoForeground()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the foreground color to use for a record group info value when drawing.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetRecordGroupInfoForeground(<oRecordGroupInfo>) Æ oForeground

Arguments

<oRecordGroupInfo>The record group info value for that the foreground color is to be determined.
Data Type:bRecordGroupInfo

Return Value

oForegroundThe determined foreground color.
Data Type:Color

Description

In order to determine the foreground color for a record group info value,

1.it is examined whether a bRecordGroupInfoStyle object is defined (see also bRecordGroupInfo:ViewStyle) and whether in this object a foreground color (see also bRecordGroupInfoStyle:Foreground) is not set equal to NULL_OBJECT.
Ü If it is, this value is returned.

2.it is examined whether a bBrowser:RecordGroupView object is defined and whether in this object a foreground color (see also bViewStyle:Foreground) is not set equal to NULL_OBJECT.
Ü If it is, this value is returned.

3.Ü a NULL_OBJECT is returned.

See Also

bBrowser:GetRecordGroupInfoAlignment()

bBrowser:GetRecordGroupInfoAlphaBlendRatio()

bBrowser:GetRecordGroupInfoBackground()

bBrowser:GetRecordGroupInfoFont()

bBrowser:GetRecordGroupInfoGrid()

bBrowser:GetRecordGroupInfoOptions()

bBrowser:RecordGroupView

bRecordGroupInfo:ViewStyle

bRecordGroupInfoStyle

bRecordGroupInfoStyle:Foreground

 


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