Purpose
Moves the current node pointer to the first node that satisfies the search criteria.
The search is made on the same level as the current node. You can use a parameter to search lower levels as well.
Syntax
XML.FindFirst ("SearchString" [, fcRecursive])
SearchString |
The string you are searching for. |
fcRecursive |
Searches the tree on all levels below the current node in addition to the current level. |
|