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 (System) ====== ==== Description ==== Specifies if the Presentation Server was started in development mode or not. ==== Property Value ==== This property is a Boolean value. If the PS was started with the “/DV” command line switch set to 1, or the “devMode” setting in the RXI file set to 1, this property returns TRUE$, otherwise it returns FALSE$. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get/Set|No|No|No| ==== Remarks ==== N/A ==== Example ==== <code> IsDevMode = Get_Property ( "SYSTEM", "DEVMODE" ) </code> ==== See Also ==== Starting the Presentation Server, RUNMODE property. guides/oi10/presentation_server/devmode_property_system.txt Last modified: 2023/10/25 10:49by 127.0.0.1