IRdsDictionaryElementsSearch.FindNext

Syntax

FindNext(Start: Integer): Integer;

Parameters

Start. Key of the element, starting with which search should be executed.

Description

The FindNext method searches the next element that meets search conditions and returns key of the found element if search was successful.

Comments

Method returns -1 if element was not found.

Example

The method use is given in the example for FindFirst.

See also:

IRdsDictionaryElementsSearch