The aqEnvironment object contains the following methods:
Method List
| Name | Description | 
|---|---|
GetEnvironmentVariable | 
Returns the contents of the environment variable specified by its name. | 
GetKeyboardLayout | 
Returns the input locale identifier for the specified window. | 
GetLocaleInfo | 
Returns the value of the specified locale parameter. | 
GetWinAdditionalInfo | 
Returns additional information about the operating system that is currently running. | 
GetWinMajorVersion | 
Returns the major version of the operating system that is currently running. | 
GetWinMinorVersion | 
Returns the minor version of the operating system that is currently running. | 
GetWinPlatform | 
Returns a constant identifying the type of the operating system that is currently running. | 
GetWinVersionBuild | 
Returns the build number of the operating system that is currently running. | 
IsLanguageSupported | 
Checks whether support for the specified language is installed on the computer. | 
IsPluginInstalled | 
Checks whether a plugin is installed and enabled in TestComplete. | 
IsScriptExtensionInstalled | 
Checks whether a script extension is installed and enabled in TestComplete. | 
RebootAndContinue | 
Restarts the operating system and continues the test execution after the restart. | 
SetKeyboardLayout | 
Changes the keyboard layout currently used in your operating system. | 
SetLocaleInfo | 
Changes the specified locale parameter. | 
