ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
BTLEGetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service 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).
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
<modbusSession>.ReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
<modbusSession>.ReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
xlsUnmergeCell (Function)
Unmerges a range of cells.
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
Contains (Function)
Allows you to check if a substring is within a string.
ContinentList (Function)
Returns the list of continents.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
StringFormat (Function)
Formats a character string according to the selected options.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...