DBfirstMasterElementOfObject

Top  Previous  Next

Act of the first master element

With DBfirstMasterElementOfObject and DBnextMasterElementOfObject if can be enumerated all elements of an object which are from the type Master element. If no master elements exist in this object, this procedure delivers ZERO as a result, but the trading of the first master element in this object.

Parametre

object (POBJECT) [IN]

The trading of the object to which the first master element is searched.

Result

(PMASTER_ELEMENT) [OUT]

If in this object a master element exists, the trading of this element is delivered as a result, but ZERO.

Declaration

#include "database.h"

 

PMASTER_ELEMENT DBfirstMasterElementOfObject (

POBJECT object

);