ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
8. If you are already familiar with WINDEV
Client/Server transactions: available isolation modes
The HFSQL engine proposes to isolate the transactions......
Programming patterns
CAUTION......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
HCopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
<Connection variable>.CopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......