QMDestroyObject() |
|
|
The QMDestroyObject() function discards an instantiated object.
The function takes one argument, Objno as the numeric identifier returned by a previous use of QMCreateObject().
The DESTORY.OBJECT subroutine will be executed if it exists.
The example program fragments below destroy an object previously instantiated with the reference value in ObjNo.
See also: |