====== 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:
C:\Revsoft\OINSIGHT\OINSIGHT.exe /dv=1
When the following command is executed:
devmode = Get_Property("SYSTEM","DEVMODE")
then
The devmode variable will contain 1.