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...
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
gglOrganization (Type of variable)
The gglOrganization type is used to describe the companies and organizations to which the contact belongs...
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
NetOpenRemoteAccess (Function)
Establishes a remote connection.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
ThreadPause (Function)
Pauses the current thread during the specified duration.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Multimedia control properties
List of properties associated with the Multimedia control...
Linear Looper control properties
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
HDelete (Function)
Deletes a record from a data file (query or view).
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Time management
For each element (windows, reports, ......
Component diagram
A component diagram shows the physical and static architecture of a system software......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...