dbCheckRecursion
dbCheckRecursion(
d_cellViewId
)
=> t / nil
Description
Checks for occurrence of the given top cellview in the hierarchy of the instHeader masters or any other recursion inside the instHeader master hierarchy.
So whether the hierarchy is A->B->C->A or A->B->C->B, dbCheckRecursion(A) catches the recursion.
Arguments
Values Returned
Examples
Checks for occurrence of topCellView in the hierarchy of the instHeader master.
dbCheckRecursion( topCellView )
=>t
Return to top