Icon FindByName Method

function FindByName(const AName: String): TElement

Available In: Visual Client Applications

Use this method to find an element with a specified name. The search for the element includes the current element instance.

Information This is a recursive method, and will search through grandchildren, great-grandchildren, etc. for an element with the specified name.
Image