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 name of the platform for the Mobile Device (Pocket PC) connected to the current computer.
Remark: To retrieve the name of the platform for the Pocket PC connected to the current computer, a connection must be established between the current computer and the Mobile Device (ceConnect).
Example
// Establish a connection with the Mobile Device
ceConnect()
// Process
...
// Name of the platform?
Info("The name of the platform is: " + cePlatform())
// Returns "Smartphone" for example
Syntax
<Result> = cePlatform()
<Result>: Character string
  • Name of the platform for the Mobile device ("PocketPC" or "Smartphone" for example),
  • Empty string ("") if an error occurred. To get the details of the error, use ErrorInfo.
Component: wd260ce.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/26/2021

Send a report | Local help