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.
This content has been translated automatically.  Click here  to view the French 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 vertical resolution of the screen on the Mobile Device (Pocket PC) connected to the current computer.
Remark: ceYRes can be used only if a connection is established between the current computer and the Mobile device (ceConnect).
Example
// Vertical resolution of the screen on the Mobile device connected to the current computer
VertRes = ceYRes()
Syntax
<Result> = ceYRes()
<Result>: Integer
Vertical resolution of the screen on the Mobile device connected to the current computer.
Remarks
The operation of ceYRes is equivalent to the operation of the SysYRes function.
The only difference is:
  • ceYRes returns the vertical resolution of the screen on the Mobile Device from a WINDEV application.
  • SysYRes returns the vertical 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: 11/26/2020

Send a report | Local help