ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device...
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
BTDisconnectDevice (Function)
Cancels the authentication beside a Bluetooth device.
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
BTOpenDeviceProperties (Function)
Opens the window of properties for a Bluetooth device.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
BTDisableService (Function)
Disables a service on a Bluetooth device.
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
OBEXDisconnect (Function)
Used to disconnect from a device that supports the OBEX protocol.
BTChangeConnectivity (Function)
Used to configure a Bluetooth radio to accept (or not) the requests for connection coming from the devices.
BTListRadio (Function)
Returns the list of Bluetooth radios connected to the computer.
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
OBEXGetVCard (Function)
Retrieves a VCard from a device that supports the OBEX protocol.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
BTChangeVisibility (Function)
Changes the visibility of a Bluetooth radio.
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol.  Reminder: The OBEX protocol is a data transfer protocol that can be used via infrared beams and Bluetooth.
BTConnectDevice (Function)
Allows you to be authenticated toward a Bluetooth device.
OBEXGetFile (Function)
Retrieves a file from a device that supports the OBEX protocol.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
BTEnableService (Function)
Enables a service provided by a Bluetooth device.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set...
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party...
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
1. Examples provided with WINDEV Mobile
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications)...
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
1
2
3
4
5
>