ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
Help / WLanguage / WLanguage functions / Standard functions / Mobile Device (Pocket PC) access functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
Returns the horizontal resolution of the screen on the Mobile Device (Pocket PC) connected to the current computer.
Remark: ceXRes can be used only if a connection is established between the current computer and the Mobile device (ceConnect).
Example
// Horizontal resolution of the screen on the Mobile device connected to the current computer
HorizRes = ceXRes()
Syntax
<Result> = ceXRes()
<Result>: Integer
Horizontal resolution of the screen on the Mobile device connected to the current computer.
Remarks
ceXRes and SysXRes have similar operating modes.
The only difference is:
  • ceXRes returns the vertical resolution of the screen on the Mobile Device from a WINDEV application.
  • SysXRes returns the horizontal resolution of the screen on the Mobile Device only from a WINDEV Mobile application.
Component: wd260ce.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/01/2021

Send a report | Local help