Navigation:  Classes > bBrowser >

bBrowser:GetRecordGroupInfoGrid()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetRecordGroupInfoGrid(<oRecordGroupInfo>) Æ oGrid

Arguments

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

Return Value

oGridThe determined grid.
Data Type:bGrid

Description

In order to determine the grid for an record group info value it is examined whether a bRecordGroupInfoStyle object is defined (see also bRecordGroupInfo:ViewStyle) and whether in this object a grid (see also bRecordGroupInfoStyle:Grid) is not set equal to NULL_OBJECT. If it is, this grid is returned. Otherwise the value NULL_OBJECT is returned.

See Also

bBrowser:GetRecordGroupInfoAlignment()

bBrowser:GetRecordGroupInfoAlphaBlendRatio()

bBrowser:GetRecordGroupInfoBackground()

bBrowser:GetRecordGroupInfoFont()

bBrowser:GetRecordGroupInfoForeground()

bBrowser:GetRecordGroupInfoOptions()

bRecordGroupInfo:ViewStyle

bRecordGroupInfoStyle

bRecordGroupInfoStyle:Grid

 


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