Navigation:  Classes > bCellGroupList >

bCellGroupList:Exist()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines if a cell group exists in the list.

Class

bCellGroupList

Type

Method

Syntax

<oCellGroupList>:Exist(

<oCellGroupItem> | <iItemPos>,

<iOptions>

) Æ lExist

Arguments

<oCellGroupItem>The cell group item that is to be looked for in the list.
Data Type:bCellGroupItem

 

<iItemPos>The position of the cell group in the list.
Data Type:Integer

 

<iOptions>Options which should be taken into account in the examination. The options below are supported:

 

Option

Description

BCGLEO_NONE

During the search, only the cell groups in the list are considered.

BCGLEO_SUBSEARCH

During the search, the cell groups in the list are considered. If the cell group is not found, then in the lists of the contained cell groups are searched in addition.

BCGLEO_AUTO

The options below are used as default:

BCGLEO_SUBSEARCH

 

Data Type:DWord

Return Value

lExistA logical value that indicates whether the cell group exists in the list.
TRUEThe cell group exists in the list.
FALSEThe cell group does not exist in the list.
Data Type:Logic

Description

bCellGroupList:Exist() looks for a cell group in the list or checks whether a cell group exists at a certain position.

See Also

bCellGroupList:Add()

bItemList:Get()

bItemList:GetPos()

 


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