ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
User report editor (Reports & Queries)
A report provides a custom view of data......
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)...
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet control.
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
Date (Type of variable)
The Date type enables you to easily handle the dates...
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Scheduler report
The report editor allows you to create "Scheduler" reports....
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
The OLE control
The OLE control is used to handle an OLE object......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Record (Type of variable)
The Record type is used to save the values of a record.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....