DBnextMasterElementOfObject

Top  Previous  Next

The next master element determine.

Several objects can exist in a master Member linking. Besides, an object is the master element and the other objects are the Member elements. The master element can be also contained at the same time in several master Member linkings.

With this routine all master Member linkings are able will run through where this object is involved as a master. Before the first master elements must be selected with the routine DBfirstMasterElementOfObject. Herewith then the other master elements can be determined.

Parametre

elem (PMASTER_ELEMENT) [IN]

Act on the object from which the next master element should be determined.

Result

(PMASTER_ELEMENT) [OUT]

If still another master element exists, a trading is delivered on it, but ZERO.

Declaration

#include "database.h"

 

PMASTER_ELEMENT DLLENTRY DBnextMasterElementOfObject (

PMASTER_ELEMENT elem

);

Related functions

DBfirstMasterElementOfObject