ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page with parameters
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
Setup mode
Several methods can be used to distribute a WINDEV application......
Principle of remote check
Telemetry management functions
The following functions are used to manage the telemetry:...
Constants for telemetry management
Constants for telemetry management...
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
MenuDelete (Function)
Deletes a menu or a menu option.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
The Flexbox control
Flexbox is a standard layout system for web pages......
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
3. Managing sockets
WINDEV includes advanced socket management functions....
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.