ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Creating an insert query
An insert query (corresponding SQL statement......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Error 1054: 'Ancestor' cannot be used outside the code of a class
6. Internal window
Internal windows...
9. Internal page
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.