ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Polygon2D (Variable type)
The Polygon2D type is used to define all the advanced characteristics of a 2D polygon.
HOpenConnection (Function)
Opens a connection to a specific database.
HDescribeItem (Function)
Describes a file item through programming.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Materialized view
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Record (Type of variable)
The Record type is used to save the values of a record.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HJSONToRecord (Function)
Imports JSON data into the current record.
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure....
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Select query description window: Items that can be used
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......