ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
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....
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Type (Property)
The Type property is used to get and change the type of an element.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
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).
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Kanban control events
The following events are associated with Kanban controls......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
SpreadsheetAddData (Function)
Adds a data into a Spreadsheet control found in a window.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.