DESTROY Service
Description
Used to destroy an object. DESTROY is used by End_Window() and End_Dialog. If Utility ('DESTROY') is called, the window will be flagged for destruction rather then actually destroyed.
An OpenInsight application will close when the main application window closes. To close an OpenInsight application programmatically, use
retval = Utility("DESTROY", "SYSTEM")
Note: This is a Windows only function.
Parameters
Parameter | Description | |
---|---|---|
<object> | The qualified name of the object to destroy. | |
Returnvalue | True if the object was found and destroyed, false otherwise. |
See Also
BEEP Service
DESTROY Service
REMOVEDIR Service
CHOOSECOLOR Service
FLUSH Service
RENAMEDIR Service
CHOOSEDIR Service
GET_EVENT Service
RENAMEFILE Service
CHOOSEFILE Service
GETLOGICALDRIVES Service
RUNHELP Service
CHOOSEFONT Service
MAKEDIR Service
RUNWIN Service
COPYFILE Service
OBJECTID Service
TEXTRECT Service
CREATE Service
OBJECTLIST Service
WINCOUNT Service
CURSOR Service
PRINTSETUP Service
Utility function