DBnextObjectOfSegment

Top  Previous  Next

The next object in this segment determine.

With this procedure and with DBfirstObjectOfSegment if the objects of a segment can be enumerated. Besides, this procedure delivers to every object of the segment the next object. If no other object exists, one becomes instead of this zero-acts delivered.

Parametre

object (POBJECT) [IN]

This is the trading of predecessor's object to which the following object should be determined.

Result

(POBJECT) [OUT]

This is the trading of the next object of the segment. If object the trading of the last object of the segment is, the procedure delivers one zero-acts.

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBnextObjectOfSegment (

POBJECT object

);

Related function

DBfirstObjectOfSegment