This allows you to query the existence of another object in the theme which
you may choose to do before you interact with it, because it could have been
deleted.
Example:
Sub Object_OnScriptEnter
If DesktopX.IsObject("textobj") = False Then
Msgbox "Sorry – important data is missing!"
End If
End Sub
DesktopX.ExecutableDirectory (only for Pro apps)
If you are running DesktopX Pro, then the created EXE may be running from any
location, so it is sometimes useful to know where this is.
DesktopX.ExecutableDirectory will return this directory.
DesktopX.HostType
Returns the host that is currently running the object. Return values are: