ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
SourceToScreen (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 HFSL data file described in the data model editor. the values of the bound WLanguage variables....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
ProgressBar (Property)
WLanguage proposes...
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
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....
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
ERR_BAD_URL
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......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
8. 10 tips for better interfaces...
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
3. Deploying a dynamic WEBDEV site
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Error 3: The string has no final "
Report and project
In most cases, a report is linked to a project......