GetDisplayVerticalResolution
Gets the vertical resolution (in pixels) of the display connected to the local station.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
GetDisplayVerticalResolution | System Info | Synchronous | Supported | Supported | Supported | Not supported |
Syntax
This function takes no parameters.
Returned value
This function returns the vertical resolution of the display as an integer.
Examples
Tag Name | Expression |
---|---|
GetDisplayVerticalResolution( ) // Returned value = 768 |