ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
MQTT constants
Constants used by the MQTT functions...
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
SysYRes (Function)
Returns the vertical screen resolution.
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
SIPVisible (Function)
Displays the keyboard.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Creating the link buttons in the windows of a WINDEV RAD pattern
MCIPosition (Function)
Returns or changes the current position in a media file previously opened (MCIOpen).
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
dDisplay (Function)
Displays the drawing in the Image control.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......