====== 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 ==== IsDevMode = Get_Property ( "SYSTEM", "DEVMODE" ) ==== See Also ==== Starting the Presentation Server, RUNMODE property.