ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Font (Type of variable)
A Font variable creates a font programmatically...
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
"?" menu
WINDEV proposes a help menu adapted to your applications......
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)......
Page with parameters
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
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......
Telemetry management functions
The following functions are used to manage the telemetry:...
Constants for telemetry management
Constants for telemetry management...
Principle of remote check
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......
MenuDelete (Function)
Deletes a menu or a menu option.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
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......
Setup mode
Several methods can be used to distribute a WINDEV application......
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
The Flexbox control
Flexbox is a standard layout system for web pages......
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
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......
3. Managing sockets
WINDEV includes advanced socket management functions....