ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV and the SOAP protocol
Writes a message intended to another socket.
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
WINDEV concepts
SSH functions
The following functions are used to connect and communicate with a SSH server:...
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
WebSocket functions
List of functions specific to WebSocket servers...
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Feedback component
The Feedback component is a component provided with WINDEV......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....