ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
PaneVisible (Property)
The PaneVisible property is used to: determine if the pane of the Image Editor control is visible, show or hide the pane of the Image Editor control....
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Classes, members, methods and properties
A class is made of......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
2. Analysis in practice
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).......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Error 301: Unknown identifier
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......