Navigation:  Classes > bRecordGroupItemList >

bRecordGroupItemList:CollapseItems()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Close all open record group items.

Class

bRecordGroupItemList

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

lSuccessA logical value that indicates whether the record group items could be closed.
TRUEThe record group items were closed.
FALSEThe record group items could not be closed.
Data Type:Logic

Description

bRecordGroupItemList:CollapseItems() closes all open record group items in the list.

See Also

bRecordGroupItem:ItemList

bRecordGroupItemList:ExpandItems()

 


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