DBdeleteObject

Top  Previous  Next

Extinguishing of an object.

With DBdeleteObject the object with the trading object is removed from the data bank. All elements which belong to this object are also removed with it and their Handles invalid. If the object was selected, it is removed from the selection amount. If other, secure selection amounts exist, however, the object from these cannot be removed. This is the job of the user.

Parametre

object (POBJECT) [IN]

This is the trading of the object to be removed.

Result

(T_ERROR) [OUT]

If the procedure was explained perfectly, is the result ERROR_OK, but one of the error messages from error.h.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBdeleteObject (

POBJECT object

);