DBnextTextElementOfObject

Top  Previous  Next

The next text element of the object determine.

To the trading of a text the next text is determined. His Trading is returned. If no such one exists or if a mistake has appeared, ZERO is returned. Then the real information is got with DBreturnTextSettings from the data bank. The text can be determined with DBreturnTextString and with DBreturnExpandedText. The procedure does not take amiss of it if to her instead of a text another element type is unterpushed. Then it is searched by this element in the next text.

Parametre

text (PTEXT_ELEMENT) [IN]

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

Result

(PTEXT_ELEMENT) [OUT]

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

Declaration

#include "database.h"

 

PTEXT_ELEMENT DLLENTRY DBnextTextElementOfObject (

PTEXT_ELEMENT text

);

Related function

DBfirstTextElementOfObject