ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage 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...
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.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Referring to an element in a WLanguage event / process
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
iDestination (Function)
Configures the print destination.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Time management help
Time management is extremely important......
mlDeleteVariable (Function)
Deletes a variable from the MATLAB session.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Telemetry: Main features
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
User report editor (Reports & Queries)
A report provides a custom view of data......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Telemetry management functions
The following functions are used to manage the telemetry:...
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Programming custom calculations in Table controls
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
The Check Box control
A Check Box can correspond to......
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.