ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
8. If you are already familiar with WINDEV
Managing the database schema versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the database schema from the data model editor......
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Generating a description of a table from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any tables......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HOpenConnection (Example)
Usage example of the HOpenConnection function
HChangeConnection (Example)
Usage example of the HChangeConnection function
SQLTransaction (Example)
Usage example of the SQLTransaction function
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
File Description (Variable type)
The File Description variable is used to programmatically describe tables.
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HOpenConnection (Function)
Opens a connection to a specific database.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage User Groupware files in Client/Server mode....
1
4
5
6
7
8
19
>