Navigation:  Classes > bCellGroupItem >

bCellGroupItem:IsChildFrom()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Check whether the cell group is a child in the passed cell group.

Class

bCellGroupItem

Type

Method

Syntax

<oCellGroupItem>:IsChildFrom(

<ocgiParent>,

<iOptions>

) Æ lSuccess

Arguments

<ocgiParent>The cell group to be checked. The cell group of its own must be a child of this cell group.
Data Type:bCellGroupItem

 

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

 

Option

Description

BCGIICFO_NONE

The cell group of its own is only searched in the passed cell group and not in the subordinate cell groups of the children.

BCGIICFO_SEARCHINALLLEVELS

The cell group of its own is searched in the passed cell group and in the subordinate cell groups of the children.

 

Data Type:DWord

Return Value

lSuccessA logical value which defines, whether this cell group is a child of the passed cell group.
TRUEThis cell group is a child.
FALSEThis cell group is not a child.
Data Type:Logic

Description

bCellGroupItem:IsChildFrom() checks whether the cell group of its own is a child in the passed cell group.

See Also

bCellGroupList:GetFromCell()

bCellGroupItem:IsCellInside()

bCellGroupItem:IsParentFrom()

 


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