Gets the default vertical screen resolution (in pixels) of the project.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
GetAppVerticalResolution | System Info | Synchronous | Supported | Not supported | Executed on Server |
This function takes no parameters.
Returns the default value as it is stored in the project file, but does not test the Windows configuration.
Tag Name | Expression |
---|---|
Tag | GetAppVerticalResolution() // Returned value = 480 |
Tag | GetAppVerticalResolution() // Returned value = 600 |