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 Mobile Device (Pocket PC). This Mobile Device is connected to the current computer.
Remark: To retrieve the name of the Mobile Device 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 Mobile Device?
Info("The name of the Mobile Device is:" + ceMachineName())
Syntax
<Result> = ceMachineName()
<Result>: Character string
  • Name of Mobile Device,
  • Empty string (""):
    • if an error occurred. To get the details of the error, use ErrorInfo.
    • if the current computer is using ActiveSync version 4.0 or earlier.
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