Language Reference Guide : 4. System Classes : SessionObject Class : Runtime Attribute
 
Share this page                  
Runtime Attribute
Data Type: integer
4GL Access: R
This attribute returns the OpenROAD runtime mode. The runtime mode is one of the following:
RT_APPSERVER
Specifies the OpenROAD Appserver runtime
RT_CLIENT
Specifies the traditional OpenROAD client (w4gldev or w4glrun)
RT_ECLIENT_EMBEDDED
Specifies the OpenROAD eClient running within a browser window (Registry RunMode value set to 0)
RT_ECLIENT_CHILD
Specifies the OpenROAD eClient running as a child of the browser. If the browser is closed, the eClient application is terminated (Registry RunMode value set to 1).
RT_ECLIENT_DETACHED
Specifies the OpenROAD eClient launched by the browser, yet detached from the browser. If the browser is closed, the eClient application is not terminated (Registry RunMode value set to 2).
Descriptions of system constant values and their numeric equivalents are listed in Runtime Settings.