ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
SQLLast (Function)
Sets the position on the last row of the query result.
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
SQLPrevious (Function)
Positions on the previous row of the query result.
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Share your projects via Git
Git is a source code manager......
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Internal component
An internal component is a set of elements from a project......
HListKey (Example)
Usage example of the HListKey function
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
Creating the Form pages of a WEBDEV RAD pattern
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Creating the Table pages of the WEBDEV RAD pattern
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function