ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
BTLEGetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
<btleCharacteristic variable>.GetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
<btleDevice variable>.GetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
MCIErr (Function)
Returns the number of the last error caused by a MCI function (Media Control Interface).
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
Creating a window skin template
dbgEndRecording (Function)
Stops recording the scenario.
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....