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...
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......
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
ERR_BAD_URL
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......
8. 10 tips for better interfaces...
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
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......
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.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
3. Deploying a dynamic WEBDEV site
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Report and project
In most cases, a report is linked to a project......
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 "
Error 1010: The member of the class is constant
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Handling a control through programming in a report
All report controls can be handled through programming......