ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Project tab
The project description window allows you to configure various elements of your project......
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
Python functions
The Python functions are as follows......
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
Python: Native calls
WLanguage allows for native Python calls......
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
StreamReject (Function)
Refuses a request for stream connection.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
BTLEGetAllCharacteristics (Function)
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
Using an external component in an application
A component can be reused at any time in any application......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Structure (Type of variable)
A structure is a custom type of data...
XML functions
List of XML functions...
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......