ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
Managing space characters in the searches?
12. Control templates
WINDEV Mobile allows you to create control templates....
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
The requested action cannot been performed: the page was not synchronized
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Using an external component in an application
A component can be reused at any time in any application......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
3. UML models in practice