Purpose
Check whether the cell group is a child in the passed cell group.
Class
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
| lSuccess | A logical value which defines, whether this cell group is a child of the passed cell group. | 
| TRUE | This cell group is a child. | 
| FALSE | This 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
Page url: http://www.YOURSERVER.com/index.html?bcellgroupitem_ischildfrom.htm