Navigation:  Classes > bRecordGroupItem >

bRecordGroupItem:IsParentOpen()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Check whether the direct parent record group item is open or whether all parent record group items are open.

Class

bRecordGroupItem

Type

Method

Syntax

<oRecordGroupItem>:IsParentOpen(<lCheckAllParent>) Æ lOpen

Arguments

<lCheckAllParent>A logical value that defines whether the direct parent record group item is to be tested for open state or for all parent record group items. Only the direct parent record group item is checked at the value TRUE. All parent record group items are checked at the value FALSE.
Data Type:Logic

Return Value

lOpenA logical value that indicates whether the parent record group item is open.
TRUEThe parent record group item is open.
FALSEThe parent record group item is not open.
Data Type:Logic

Description

bRecordGroupItem:IsParentOpen() checks whether the direct parent record group item is open or all parent record group items are open.

 

Remarks

A parent record group item is open if the option BRGIO_OPEN is defined in the access bRecordGroupItem:Options.

See Also

bRecordGroupItem:ItemList

bRecordGroupItem:Options

 


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