System Reference Summary : 4GL System Constants : System Constants : Runtime Settings
 
Share this page          
Runtime Settings
Constant Value
Description
Numeric
Equivalent
RT_APPSERVER
OpenROAD Appserver runtime
1
RT_CLIENT
The traditional OpenROAD client (w4gldev or w4glrun)
2
RT_ECLIENT_EMBEDDED
The OpenROAD eClient running within a browser window (Registry RunMode value set to 0)
3
RT_ECLIENT_CHILD
The OpenROAD eClient running as a child of the browser. If browser is closed, the eClient application is terminated (Registry RunMode value set to 1).
4
RT_ECLIENT_DETACHED
The OpenROAD eClient launched by the browser, yet detached from the browser. If browser is closed, the eClient application is not terminated (Registry RunMode value set to 2).
5