Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== DEVMODE property ====== ==== Applies to ==== SYSTEM. ==== Description ==== Returns the value of the DV switch used to launch OpenInsight. ==== Usage ==== sn = **Get_Property**("SYSTEM", "DEVMODE") ==== Returns ==== True if OpenInsight was launched with the DV switch. False if not launch with a DV switch. ==== Example ==== If starting OpenInsight from a desktop shortcut with a target of: <code> C:\Revsoft\OINSIGHT\OINSIGHT.exe /dv=1 </code> When the following command is executed: <code> devmode = Get_Property("SYSTEM","DEVMODE") </code> then The devmode variable will contain 1. guides/programming/programmers_reference_manual/devmode.txt Last modified: 2024/06/19 20:20by 127.0.0.1