Icon IsParentOf Method

function IsParentOf(AElement: TElement): Boolean

Available In: Visual Client Applications

Use this method to determine if the element is the parent of the specified element.

Information This is a recursive method, and will search all child elements, even grandchildren, great-grandchildren, etc. to determine if any of the child elements are the parent of the specified element.
Image