objFramework contains read only properties that provide information about the current framework to your scripts:
Property | Type | Description |
|---|---|---|
uCaption | string | The caption of the current framework. |
ExecutionEnvironment | string | Identifies the execution environment as "WIN" or "WEB". |
flagDesignMode | boolean | Identifies whether the Framework is executing in design mode. Boolean value containing true or false. |
Language | string | Identifies the current LANSA language code (eg: "ENG", "FRA", etc). |
Partition | string | Identifies the current LANSA partition (eg: "DEM", "SYS"). |
TraceMode | string | Identifies whether the Framework is executing in Trace mode as "TRUE" or "FALSE". |