Purpose
Determines the expanded record group items in the list.
Class
Type
Method
Syntax
<oRecordGroupItemList>:GetExpandedItems([<iOptions>]) Æ auItem
Arguments
| <iOptions> | The options to be used when determining the expanded record group items. The following options 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. | 
The options BRGILGEIO_ITEM and BRGILGEIO_REGARDSUBITEMS are used as default.
Data Type: DWord
Return Value
| auItem | An array with the determined record group items. What the array contains is dependent on the argument iOptions. | 
| Data Type: | Array | 
Description
bRecordGroupItemList:GetExpandedItems() determines the expanded record group items and return there in an array.
See Also
bRecordGroup:GetExpandedItems()
Page url: http://www.YOURSERVER.com/index.html?brecordgroupitemlist_getexpandeditems.htm