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
ceWindowsVersion (Function)
In french: ceVersionWindows
Returns information about the Windows version used on the Mobile Device (Pocket PC) connected to the current computer.
Remark: ceWindowsVersion can be used only if a connection is established between the current computer and the Mobile device (ceConnect).
Example
// Version number of Windows on the Mobile device connected to the current computer
ResVersion = ceWindowsVersion(ceVersionNumber)
Syntax
<Result> = ceWindowsVersion([<Type of information>])
<Result>: Character string
  • Information about the Windows version,
  • Empty string ("") if an error occurred. To get the details of the error, use ErrorInfo.
<Type of information>: Optional constant
Indicates the requested information:
Parameter not specifiedVersion of Windows:
  • "CE 3"
  • "CE 4"
  • "CE 5"
  • "CE 6"
  • "CE 6.5"
Empty string if the Windows version is unknown.
ceCompileVersionWindows compilation number.
For example: "11171".
ceVersionNumberVersion number of Windows.
For example: "3.0" for Windows CE 3.0.
Remarks
ceWindowsVersion and WindowsVersion have similar operating modes
The only difference is:
  • ceWindowsVersion returns the runtime mode of the program started on the Mobile Device from a WINDEV application.
  • WindowsVersion returns the runtime mode of the program run on 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/27/2020

Send a report | Local help