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