ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
2. User-friendly editors in practice
User-friendly editors in practice...
Common project
Projects are often cross-platform......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Testing the WEBDEV Application Server setup with an example
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
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......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
First project window