FindNextElement(Start: IRdsDictionaryElement): IRdsDictionaryElement;
Start. Element, starting with which search should be executed.
The FindNextElement method searches the next element that meets search conditions and returns parameters of the found element if search was successful.
This method returns Null if element was not found.
The method use is given in the example for FindFirstElement.
See also: