DBnextElementOfObject

Top  Previous  Next

The next element determine.

To the trading of an element the next element from the same object is determined. His Trading is returned. If none such exists or if a mistake has appeared, ZERO is returned. Then the real information <>is got with DBreturn<Typ>Settings from the data bank. The type of an element is determined with the function DBreturnPointerTyp.

Parametre

element (PELEMENT) [IN]

From this element the next element is searched. If the object has no other element, ZERO is delivered.

Result

(PELEMENT) [OUT]

As a result this procedure delivers the trading of the next element behind element. If no other element exists in the object, ZERO is delivered.

Declaration

#include "database.h"

 

PELEMENT DLLENTRY DBnextElementOfObject (

PELEMENT element

);

Related functions

DBfirstElementOfObject

DBreturn<Typ>Settings

DBreturnPointerTyp