Checks whether Range is parent of this text range.
function IsParent(Range: TTextRange): Boolean;
Iteratively scans all parents.
TTextRange Methods