DBfirstTextElementOfObject

Top  Previous  Next

The first text element of the object.

To the trading of an object the first available 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 becomes with DBreturnTextSettings got from the data bank. The text is able to come DBreturnTextString and with DBreturnExpandedText are determined.

Parametre

object (POBJECT) [IN]

The first text is delivered by this object. If the object has no text so ZERO is delivered.

Result

(PTEXT_ELEMENT) [OUT]

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

Declaration

#include "database.h"

 

PTEXT_ELEMENT DLLENTRY DBfirstTextElementOfObject (

POBJECT object

);

Related function

DBnextTextElementOfObject