IRdsDictionaryElementsSearch.FindNextElement

Fore Syntax

FindNextElement(Start: IRdsDictionaryElement): IRdsDictionaryElement;

Fore.NET Syntax

FindNextElement(Start: Prognoz.Platform.Interop.Rds.IRdsDictionaryElement): Prognoz.Platform.Interop.Rds.IRdsDictionaryElement;

Parameters

Start. Element, starting with which search should be executed.

Description

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

Comments

This method returns Null if element was not found.

Fore Example

The method use is given in the example for FindFirstElement.

See also:

IRdsDictionaryElementsSearch