Purpose
Close all open record group items.
Class
Type
Method
Syntax
<oRecordGroupItemList>:CollapseItems([<iOptions>]) Æ lSuccess
Arguments
| <iOptions> | The options to be used when closing the record group items. The following options are supported: | 
| Option | Description | 
| BRGILCIO_NONE | No options are defined. | 
| BRGILCIO_SUBITEMS | If a record group item contains sub record group items (see also bRecordGroupItem:ItemList) then these will also be closed. | 
The value BRGILCIO_NONE is used as default.
Data Type: DWord
Return Value
| lSuccess | A logical value that indicates whether the record group items could be closed. | 
| TRUE | The record group items were closed. | 
| FALSE | The record group items could not be closed. | 
| Data Type: | Logic | 
Description
bRecordGroupItemList:CollapseItems() closes all open record group items in the list.
See Also
bRecordGroupItemList:ExpandItems()
Page url: http://www.YOURSERVER.com/index.html?brecordgroupitemlist_collapseitems.htm