ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
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)......
19. Upload: Sending files to the server
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
21. Managing business rules
Managing business rules...
18. Management of business rules
15. Project Management Hub
Principle of remote check
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
AAF: Sort/Search/Filter on the columns of Table controls
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Multilingual project
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
17. Project Management Hub
...Project Management Hub...
".STY" file: "Style sheet" file
A style sheet is a "......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....