guides:programming:programmers_reference_manual:destroy_service

DESTROY Service

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.

ParameterDescription
<object>The qualified name of the object to destroy.
ReturnvalueTrue if the object was found and destroyed, false otherwise.

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

  • guides/programming/programmers_reference_manual/destroy_service.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1