ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Operations in a Select query : add and delete
The following paragraphs present......
Installing the monitor
The monitoring robot includes three executables......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
8. Sharing a project in practice
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Specific features of the applications for iPhone/iPad
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Assisted universal replication: specific features
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.