FindNext(Start: Integer): Integer;
Start. Key of the element, starting with which search should be executed.
The FindNext method searches the next element that meets search conditions and returns key of the found element if search was successful.
Method returns -1 if element was not found.
The method use is given in the example for FindFirst.
See also: