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
  • Required modules:
  • Remarks:
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
Closes the connection between the current computer and the Mobile Device (Pocket PC). This connection was established by ceConnect.
The databases opened in this connection are automatically closed.
Remark: this function is available in 64-bit mode.
Example
// Establish a connection with the Mobile Device
ResConnection = ceConnect()
...
// Disconnection
ceDisconnect()
Syntax
<Result> = ceDisconnect()
<Result>: Boolean
  • True if the disconnection was successful,
  • False otherwise. If an error occurs, you can get the details of the error with ErrorInfo.
Remarks

Required modules:

  • If the computer is using a version earlier than Windows Vista, the connection/disconnection requires the use of the "ActiveSync" synchronization program.
  • In Windows Vista and later, the connection/disconnection requires the use of the "Windows Mobile Device Center" module. This module can be downloaded from the Microsoft site.

Remarks:

  • Several connections cannot be established at the same time.
  • The Mobile Device can be connected to the current computer by a USB, COM, Bluetooth or Wi-Fi driver.
Component: wd260ce.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/26/2021

Send a report | Local help