ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
11. Table/Looper controls
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
11. Table/Looper controls
Programming patterns
CAUTION......
Body block
The Body block corresponds to the main block of the report......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
Root (Function)
Returns the root of a number.
Items used in a select query
A query created in the query editor can contain several types of items......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
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......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
5. Project configuration
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......