ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
Principle for running threads
At runtime, an application runs in a main thread......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Classes, members, methods and properties
A class is made of......
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.