ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
14. PHP generation in practice
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB,...
Project description: Files tab
The project description window allows you to configure various elements of your project......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed...
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source...
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress,...
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile,...
1
2
3
4
5
>