DBfirstStringElementOfObject

Top  Previous  Next

The first string element of the object.

To the trading of an object the first available 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 becomes with DBreturnStringSettings got from the data bank. String elements are no texts, but results of points and lines.

Parametre

object (POBJECT) [IN]

The first string element is delivered by this object. If the object has no attribute, ZERO is delivered.

Result

(PSTRING_ELEMENT) [OUT]

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

Declaration

#include "database.h"

 

PSTRING_ELEMENT DLLENTRY DBfirstStringElementOfObject (

POBJECT object

);

Related function

DBnextStringElementOfObject