Navigation:  Classes > bRecordGroupItemList >

bRecordGroupItemList:ExpandItems()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Expand several or all record group items.

Class

bRecordGroupItemList

Type

Method

Syntax

<oRecordGroupItemList>:ExpandItems(

[<iOptions>],

[<auItem>]

) Æ lSuccess

Arguments

<iOptions>The options to be used when expanding the record group items. The following options are supported:

 

Option

Description

BRGILEIO_NONE

No options are defined.

BRGILEIO_EXPANDALL

Open all record group items. The argument auItem is not used.

BRGILEIO_ITEM

The argument auItem contains objects of the class bRecordGroupItem.

BRGILEIO_RECNO

The argument auItem contains the record numbers of the record group items.

BRGILEIO_REGARDSUBITEMS

If a record group item to be expanded contains sub record group items (see bRecordGroupItem:ItemList) then these are also expanded.

 

If the argument auItem is not passed then the options BRGILEIO_EXPANDALL and BRGILEIO_REGARDSUBITEMS are used as default otherwise the option BRGILEIO_ITEM.

Data Type:        DWord

 

<auItem>The list of the record group items that are to be expanded. The list can contain depending on the argument iOptions either objects of the class bRecordGroupItem or record numbers of the record group items.

Data Type:        Array

Return Value

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

Description

bRecordGroupItemList:ExpandItems() expands all or several record group items in the list.

See Also

bRecordGroupItem

bRecordGroupItem:ItemList

bRecordGroupItemList:CollapseItems()

 


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