ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDelete (Function)
Deletes a record from a table (query or view).
Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Add data files to a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
DataBinding (Property)
The DataBinding property gets and changes the binding between a control and: a table item. a variable. several variables....
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Table,Count (External language)
Returns the number of elements in a Table control.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Materialized view
...A materialized view is a physical data source defined by an SQL query....
Table,Modify (External language)
Modifies an element in a Table control.
HIndex (Function)
Rebuilds the file index (".NDX" file).
The Calculated control
The "Calculated" control is used to perform calculations in a report......