Navigation:  Classes > bRecordGroupItemList >

bRecordGroupItemList:Exist()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Check whether a record group item is contained in the list.

Class

bRecordGroupItemList

Type

Method

Syntax

<oRecordGroupItemList>:Exist(

<oRecordGroupItem>,

<iOptions>

) Æ lExist

Arguments

<oRecordGroupItem>The record group item that is to be searched for in the list.

Data Type:        bRecordGroupItem

 

<iOptions>Options that are to be used when searching the record group item. The following options are supported:

 

Option

Description

BRGILEO_NONE

When searching only the record group items in the list will be checked.

BRGILEO_SUBSEARCH

When searching the record group items in the list will be checked. If the searched record group item is not found then it is also still searched in the lists of the contained record group items.

BRGILEO_AUTO

The following default options are used:

BRGILEO_SUBSEARCH

 

Data Type:        DWord

Return Value

lExistA logical value that indicates whether the record group item was found.
TRUEThe record group item was found.
FALSEThe record group item could not be found.
Data Type:Logic

Description

bRecordGroupItemList:Exist() searches for a record group item in the list.

See Also

bItemList:Add()

bItemList:Get()

bItemList:GetPos()

bRecordGroupItemList:ItemFromRecNo()

bRecordGroupItemList:ItemFromValue()

 


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