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 "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
DotNetDelegate (Function)
Initializes a.NET delegate.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Bar code constants
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
9. Internal page
ControlCurrent (Function)
Returns the name of the control currently in edit.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
ControlClone (Function)
Creates a new control from an existing control.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Events associated with pages
List of events associated with pages...
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Including the code
You want to include your code lines in a condition, in a structure, ......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Handling Organization Chart controls programmatically