SMART datagrid v1.4 > Classes > TreeDataRow
DataLudi.TreeDataRow.isAncestorOf method
매개변수 row로 지정한 데이터행이 이 행의 자손이면 true를 리턴한다.
function isAncestorOf (row: TreeDataRow): Boolean;
- Returns
- Boolean
- Parameters
- row - TreeDataRow. required.
- See Also
- parent
- index
- children
- 트리 개요
- Examples
- Hello Tree