SMART datagrid v.1 >  Classes >  GroupRow
DataLudi.GroupRow.isDescendant  method
パラメーターrowで指定したグリッド行がこのグループ行の子ならtrueをリターンする。 
function isDescendant (row: GridRow): Boolean;
- Returns
 - Boolean
 
- Parameters
 - row - GridRow. required. 
 
- See Also
 - count
 - children
 - descendantCount
 - getDescendants
 
- Examples
 - Row Grouping
 - 併合モードグルーピング