ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
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.
MenuDelete (Function)
Deletes a menu or a menu option.
Manipulating menu options programmatically
Menu options can be manipulated...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
<Menu>.Delete (Function)
Deletes a menu or a menu option.
Referring to an element in a WLanguage event / process
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.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
Border (Type of variable)
The Border type is used to handle a border through programming...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Warning (Function)
Displays a custom message in a system warning window.
ButtonType (Property)
The ButtonType property is used to get and change the type of a Button control: Cancelation, Interruption, Validation, ...
Constants for managing animations
List of constants used by the functions for managing the animations...
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Clickable (Property)
The Clickable property gets and sets the behavior of an Image control when it is clicked.
StatusBar (Property)
The StatusBar property is used to: find out whether the status bar is displayed or not display (or not) the status bar of a window....
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Events associated with windows
List of events associated with windows...
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
SignatureType (Property)
The SignatureType property is used to get and define the type of signature to be used in a Signature control.
List of extension attributes
The list of extension attributes ......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Undocked (Property)
The Undocked property is used to determine if a pane of a Tab or Ribbon control is undocked.