SMART datagrid v.1 > Classes > TreeDataRow
DataLudi.TreeDataRow.isAncestorOf method
If the data row specified by parameter row is the descendant of this row, it will return true.
function isAncestorOf (row: TreeDataRow): Boolean;
- Returns
- Boolean
- Parameters
- row - TreeDataRow. required.
- See Also
- parent
- index
- children
- Tree Overview
- Examples
- Hello Tree