ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
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......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Items used in a select query
A query created in the query editor can contain several types of items......
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Structure (Type of variable)
A structure is a custom type of data...
XML functions
List of XML functions...
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
ControlClone (Function)
Creates a new control from an existing control.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......