Functions (all)

IsDescendantOf

Function Name:
IsDescendantOf
Description:
Takes 2 Individual records as parameters and returns TRUE if the 1st is the descendant of the 2nd.
Minimum FH Version:
3.1
No. of Parameters:
2
Return Type:
Boolean (True or False).
Parameter 1:
A reference to an Individual record.
Parameter 2:
A reference to an Individual record.
Examples:

IsDescendantOf(FileRoot(), %INDI%)