DBnextObjectOfPlan

Top  Previous  Next

The next object from plan determine.

Every plan can contain arbitrarily a lot of object. To go through the objects after the row, the first object must be determined first with DBfirstPlanOfObject. Then with the first object the succession object can be determined with this function.

Parametre

obj (POBJECT) [IN]

Act on the object by which now the succession object should be determined. If this object last is in the plan, becomes instead of this ZERO zurückgeliefert.

Result

(POBJECT) [OUT]

Act on the succession object from obj, if available, otherwise ZERO.

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBnextObjectOfPlan (

POBJECT obj

);

Related functions

DBfirstObjectOfPlan