DBnextInfoElementOfObject

Top  Previous  Next

The next attribute determine.

To the trading of an attribute the next attribute is determined. His Trading is returned. If none such exists or if a mistake has appeared, ZERO is returned. Then the real information becomes with DBreturnInfoSettings got from the data bank. The procedure does not take amiss of it if to her instead of an attribute another element type is unterpushed. Then it is searched by this element to the next attribute.

Parametre

element (PINFO_ELEMENT) [IN]

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

Result

(PINFO_ELEMENT) [OUT]

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

Declaration

#include "database.h"

 

PINFO_ELEMENT DLLENTRY DBnextInfoElementOfObject (

PINFO_ELEMENT element

);

Related functions

DBfirstInfoElementOfObject

DBinfoElementOfObjectByName

DBreturnInfoSettings