BOOL pascal IsChild(HWND hParent, HWND hChild) This functions tests if window hChild is a descendant of window hParent. Parameters hParent and hChild are the candidate parent and descendant windows. Returns TRUE if hChild is descended from hParent, FALSE if not.