DBnextStringElementOfObject

Top  Previous  Next

The next string element of the object determine.

To the trading of a string the next string element 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 DBreturnStringSettings from the data bank. The procedure does not take amiss of it if to her instead of a string element another element type is unterpushed. Then it is searched by this element to the next string element.

Parametre

element (PSTRING_ELEMENT) [IN]

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

Result

(PSTRING_ELEMENT) [OUT]

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

Declaration

#include "database.h"

 

PSTRING_ELEMENT DLLENTRY DBnextStringElementOfObject (

PSTRING_ELEMENT element

);

Related function

DBfirstStringElementOfObject