ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
<Window>.FromSource (Function)
Automatically initializes the controls of a window 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....
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
WindowFromSource (Function)
Automatically initializes the controls of a window 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....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window 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....
NotifPushListInvalidIdentifiers (Function)
Returns the list of invalid identifiers on the APN service of Apple.
Error 111: The Pascal string %1 is too long
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
8. If you are already familiar with WINDEV
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
5. HFSQL Cient/Server
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Customizing the User Groupware
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
The Slider control (in a window)
A slider control is used to select a value between two bounds......