ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
MenuState (Function)
Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Referring to an element in a WLanguage event / process
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
9. Sharing a project in practice
Sharing a project in practice...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Name (Property)
The Name property is used to get the name of an element.
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Image editor: Features
The image editor includes several features......
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
EnumSubElement (Example)
Usage example of the EnumSubElement function
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Local procedure
Two types of procedures are available......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Installing a Webservice (old format)