ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
iDestination (Function)
Configures the print destination.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
SQLModify (Function)
Modifies the content of a row in the query result.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Replication: The different types
The data replication is a powerful feature......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
2. User-friendly editors in practice
SCM administrator: Managing branches
The SCM administrator (Source Code Manager) allows you to directly manage the branches of the various projects in the SCM......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Software Factory
The concept of software factory is used to automate the process for creating applications....
fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
HSuggestKey (Function)
Returns a list of keys to add to tables to improve query performance.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
Link Description (Variable type)
A Link Description variable is used to describe a link between two tables programmatically.
Asc (Function)
Returns the ASCII code of the specified character.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Print functions (prefixed syntax)
List of print functions...
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......