GetAppHorizontalResolution
Gets the default horizontal screen resolution (in pixels) of the project.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
GetAppHorizontalResolution | System Info | Synchronous | Supported | Not supported | Supported | Supported |
Syntax
This function takes no parameters.
Returned value
Returns the default value as it is stored in the project file, but does not test the Windows configuration.
Examples
Tag Name | Expression |
---|---|
Tag | GetAppHorizontalResolution() // Returned value = 640 |
Tag | GetAppHorizontalResolution() // Returned value = 800 |