Navigation:  Classes > bCellGroupItem >

bCellGroupItem:IsParentFrom()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

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

Class

bCellGroupItem

Type

Method

Syntax

<oCellGroupItem>:IsParentFrom(

<ocgiChild>,

<iOptions>

) Æ lSuccess

Arguments

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

 

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

 

Option

Description

BCGIIPFO_NONE

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

BCGIIPFO_SEARCHINALLLEVELS

The passed cell group is searched in this cell group and in the subordinate cell groups of their children.

 

Data Type:DWord

Return Value

lSuccessA logical value which defines, whether the passed cell group is a child in this cell group.
TRUEThe cell group is a child.
FALSEThe cell group is not a child.
Data Type:Logic

Description

bCellGroupItem:IsParentFrom() checks whether the passed cell group is a child in this cell group.

See Also

bCellGroupList:GetFromCell()

bCellGroupItem:IsCellInside()

bCellGroupItem:IsChildFrom()

 


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