ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Use (Function)
Opens a WINDEV window and closes all other previously open windows.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Using layouts in WINDEV and WINDEV Mobile
Layouts allow you to define several views of a window in the same project, without duplicating the window......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Error 404: The file for HFSQL browse cannot be an expression of this type
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Properties associated with the chart series
List of properties associated with the chart series...
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific theme is used in your project? Why not customize these windows and give them the "appearance" of your application?......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
The server is currently updated. Retry later.
Error 102: The constants can be defined in the initialization code of project, ...