ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......