Navigation:  Classes > bBrowser >

bBrowser:ExistRecordGroupHeaders()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines whether virtual group headers for record groups are defined in the bBrowser.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:ExistRecordGroupHeaders(

[<iOptionsActive>],

[<iOptionsInactive>]

) Æ lExist

Arguments

<iOptionsActive>One or more options that must be defined in the virtual group headers (see bRecordGroupHeader:Options). The options below are supported:

 

Option

Description

BRGHO_NONE

No options are defined.

BRGHO_AUTO

The following default options are used:

BRGHO_NONE

BRGHO_SCROLLHORIZONTAL

If the data area in the bBrowser is scrolled horizontally, then the value of the group header is either scrolled.

 

Data Type:DWord

 

<iOptionsInactive>One or more options that may not be defined in the virtual group headers (see bRecordGroupHeader:Options). The options below are supported:

 

Option

Description

BRGHO_NONE

No options are defined.

BRGHO_AUTO

The following default options are used:

BRGHO_NONE

BRGHO_SCROLLHORIZONTAL

If the data area in the bBrowser is scrolled horizontally, then the value of the group header is either scrolled.

 

Data Type:DWord

Return Value

lExistA logical value that indicates whether group headers are defined.
TRUEVirtual group headers are defined.
FALSENo virtual group headers are defined.
Data Type:Logic

Description

bBrowser:ExistRecordGroupHeaders() examines whether record groups are defined in the bBrowser (see bBrowser:ExistRecordGroups()) and whether for these virtual group headers exist.

See Also

bBrowser:RecordGroup

bBrowser:ExistRecordGroups()

bRecordGroupHeader

bRecordGroupHeader:Options

bRecordGroupLevel:GroupHeader

 


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