Navigation:  Classes > bRecordGroupItemList >

bRecordGroupItemList:GetGroupHeaderCount()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the number of record groups with virtual group headers.

Class

bRecordGroupItemList

Type

Method

Syntax

<oRecordGroupItemList>:GetGroupHeaderCount(<iOptions>) Æ iGroupHeaderCount

Arguments

<iOptions>The options to be used when determining the number of virtual group headers. The following options are supported:

 

Option

Description

BRGILGGHCO_NONE

Only the record group items in the list are considered. If a record group item has sub record group items (see bRecordGroupItem:ItemList) then these are not considered.

BRGILGGHCO_REGARDSUBITEMS

There will be considered both the record group items in the list and there sub record group items (see bRecordGroupItem:ItemList).

 

Data Type:        DWord

Return Value

iGroupHeaderCountThe number of the virtual group headers.
Data Type:Integer

Description

bRecordGroupItemList:GetGroupHeaderCount() determines the number of record groups with a virtual group header. Virtual group headers can be defined with the class bRecordGroupHeader for every record group level.

See Also

bRecordGroupHeader

bRecordGroupItem:ItemList

bRecordGroupLevel

bRecordGroupLevel:GroupHeader

 


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