DBfirstSetElementOfObject

Top  Previous  Next

The first master Member linking of object get.

Every object can belong to a master Member linking. An object is the master object and other objects are the Member objects. A 1:n-relation is produced with it. To receive all Member objects from a master object, this function is used. If this object is not the master element, becomes ZERO zurückgeliefert, otherwise the Member elements.

Parametre

object (POBJECT) [IN]

Act on the object by which the Member elements are questioned.

Result

(PSET_ELEMENT) [OUT]

If object the master element is, become the accompanying Member elements zurückgeliefert, but ZERO.

Declaration

#include "database.h"

 

PSET_ELEMENT DLLENTRY DBfirstSetElementOfObject (

POBJECT object

);

Related functions

DBnextSetElementOfObject