Purpose
Determines the expanded record group items.
Class
Type
Method
Syntax
<oRecordGroup>:GetExpandedItems([<iOptions>]) Æ auItem
Arguments
| <iOptions> | The options that are to be used when determining the expanded record group items. The following values are supported: | 
| Option | Description | 
| BRGILGEIO_ITEM | An array with objects of class bRecordGroupItem is returned. | 
| BRGILGEIO_RECNO | An array with the record numbers of the record group items is returned. | 
| BRGILGEIO_REGARDCOLLAPSEDITEMS | In record group items are also searched, if these are collapsed. | 
| BRGILGEIO_REGARDSUBITEMS | Sub record group items are considered at the determination of the expanded record group items. | 
| BRGILGEIO_VALUE | An array with the group values of the record group items is returned. | 
As default the options BRGILGEIO_ITEM and BRGILGEIO_REGARDSUBITEMS are used.
| Data Type: | DWord | 
Return Value
| auItem | Array with the determined record group items. What values the array contains is dependent on the argument iOptions. | 
| Data Type: | Array | 
Description
bRecordGroup:GetExpandedItems() determines the expanded record group items and returned these in an array.
See Also
bRecordGroupItemList:GetExpandedItems()
Page url: http://www.YOURSERVER.com/index.html?brecordgroup_getexpandeditems.htm