Navigation:  Classes > bBrowser >

bBrowser:GetRecordGroupInfoFont()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetRecordGroupInfoFont(<oRecordGroupInfo>) Æ oFont

Arguments

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

Return Value

oFontThe determined font.
Data Type:Font

Description

In order to determine the font 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 font (see also bRecordGroupInfoStyle:Font) 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 font (see also bViewStyle:Font) 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:GetRecordGroupInfoForeground()

bBrowser:GetRecordGroupInfoGrid()

bBrowser:GetRecordGroupInfoOptions()

bBrowser:RecordGroupView

bRecordGroupInfo:ViewStyle

bRecordGroupInfoStyle

bRecordGroupInfoStyle:Font

 


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