ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HSubstDir (Function)
Associates the data directory specified in the database schema with a directory found on disk.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
MemoryFormat (Property)
The MemoryFormat property gets and sets the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static Text controls. editable combo boxes. table columns displayed by combo boxes....
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Aliases on data files: HAlias
The aliases are used to handle......
WINDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......