Navigation:  Classes > bBrowser >

bBrowser:GetRecordGroupItemOptions()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the formatting options for a record group item.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetRecordGroupItemOptions(<oRecordGroupItem>) Æ iOptions

Arguments

<oRecordGroupInfo>The record group item for that the options are to be determined.
Data Type:bRecordGroupInfo

Return Value

iOptionsThe determined formatting options. A combination of the following options can be returned:

 

Option

Description

BRGIO_NONE

No options are defined.

BRGIO_OPEN

If the option is defined and the record group item contains sub record group item then the item is shown as an open record group.

 

Data Type:DWord

Description

In order to determine the formatting options for a record group item,

1.it is examined whether in the associated record group level (see bRecordGroupItem:Level) a bViewStyle object is defined (see also bRecordGroupLevel:GroupView) and whether in this object formatting options (see also bViewStyle:Options) are not set equal to BVO_AUTO.
Ü If it is, these options are returned.

2.it is examined whether a bBrowser:DataView object is defined and whether in this object formatting options (see also bBrowser:DataView:Alignment) are set unequal to BVO_AUTO.
Ü If it is, these options are returned.

3.Ü the value BVO_AUTO is returned.

See Also

bBrowser:DataView

bBrowser:GetRecordGroupItemAlignment()

bRecordGroupItem:Level

bRecordGroupLevel:GroupView

bViewStyle:Options

 


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