ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
The "Code hashtags" pane
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Extracting the text of the project
The following text can be extracted......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Operations in a Select query : add and delete
The following paragraphs present......
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
3. WINDEV Mobile: Android, iOS, UWP...
WINDEV Mobile applications can run on the following platforms...
WINDEV Mobile concepts
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Events associated with windows
List of events associated with windows...
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
2. Examples and components provided with WEBDEV