Application Class Constants
The constants provided by the Application class are listed in the following table.
Constant | Character or Integer Value |
---|---|
ApplicationType_GUI | 'G' |
ApplicationType_GUI_No_Forms | 'F' |
ApplicationType_Non_GUI | 'S' |
ApplicationType_Non_GUI_Rest | 'T' |
ApplicationType_Non_GUI_Web | 'N' |
ApplicationType_Rest_Services | 'R' |
ApplicationType_Web_Enabled | 'W' |
MdiStyle_Mdi | 0 |
MdiStyle_Mdi_With_Tabs | 1 |
MdiStyle_Tabs_Only | 2 |
MdiWindowList_Order_Creation | 0 |
MdiWindowList_Order_LastUse | 1 |
MdiWindowList_Order_Alphabetic | 2 |
ThinClientEncryption_External | 2 |
ThinClientEncryption_Internal | 1 |
ThinClientEncryption_None | 0 |
ThinClientEncryption_SSL | 3 |
For details, see the applicationType