ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
12. Preventing from going back to a page
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Saving entered data (AAF)
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Help system properties
The properties of help system are used to define......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
How to develop a PHP site?
What is a PHP site?......