ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Typecasting of parameters
The description of the parameter type is optional...
Local procedure
Two types of procedures are available...
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder...
BTLEConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified...
BTLECharacteristicReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
BTLECharacteristicChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy...
BTLEDescriptorReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
AAFChangeCaption (Function)
Customizes the text of a menu option for context menus corresponding to an AAF (Automatic...
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can...
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
BTLEGetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier...
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified...
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified...
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
BTLEGetAllCharacteristics (Function)
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
awSendInfo (Function)
Sends an information from an iOS phone to an Apple Watch (or conversely).
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming...
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming...
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.