ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User report editor (Reports & Queries)
A report provides a custom view of data......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Handling a Multiline Zone control through programming (prefix syntax)
A Multiline Zone control can be handled programmatically using the control name....
The Tab control
The Tab control is used to simultaneously display different controls......
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
The Upload control
The Upload control is used to upload files on the Web server......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Organizer report
The report editor gives you the ability to create "Organizer" reports....
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
MultiWorksheet (Property)
The MultiWorksheet property is used to: Find out whether a Spreadsheet control manages several worksheets. Change the worksheet management mode of a Spreadsheet control....
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet control.