SYSTEM.
Returns the value of the DV switch used to launch OpenInsight.
sn = Get_Property("SYSTEM", "DEVMODE")
True if OpenInsight was launched with the DV switch.
False if not launch with a DV switch.
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.