DBnextObjectOfSelectionList

Top  Previous  Next

The next object of the selection list determine.

With this procedure and with DBfirstObjectOfSelectionList the objects of a selection can be enumerated. Besides, this procedure delivers to every object of the selection amount the next object from this amount. It lets itself search only the topical selection list in this manner, with DBsaveSelection secure selection lists cannot be worked on.

Parametre

object (POBJECT) [IN]

This is the trading of the object from the selection amount to which the next should be found.

Result

(POBJECT) [OUT]

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

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBnextObjectOfSelectionList (

POBJECT object

);

Related function

DBfirstObjectOfSelectionList