DBnewDisplayObject

Top  Previous  Next

This call generates an object in the data bank which is always indicated.

Objects of the data bank are ordinarily indicated exactly when they are selected. An exception form the objects which are in the segment with the ID 65535 if this segment exists. All these objects are always indicated. Otherwise can be worked with this segment normally. Objects from this segment cannot be only selected. Now with the procedure DBnewDisplayObject this segment 65535 is put on, if it does not exist yet. Then an object is generated in this segment and the trading of this object is returned as a result. If a mistake appears, this becomes instead of this zero-acts as a result delivered.

Parametre

root (PROOT [IN]

The trading of the data bank.

Result

(POBJECT) [OUT]

the trading of the new object

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBnewDisplayObject (

PROOT root

);