DBfirstObjectOfSegment

Top  Previous  Next

The first object of a segment.

With this procedure and with DBnextObjectOfSegment if the objects of a segment can be enumerated. Besides, this procedure delivers the first object of the given segment.

Parametre

segment (PSEGMENT) [IN]

This is the trading of the segment whose objects should be enumerated.

Result

(POBJECT) [OUT]

This is the trading of the first object from the segment. If the segment is empty, the procedure delivers one zero-acts.

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBfirstObjectOfSegment (

PSEGMENT segment

);

Related function

DBnextObjectOfSegment