ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV concepts
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Assignment operators
Three assignment operators are available......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Android Widget windows
An Android application can contain one or more Widget windows......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
11. Choosing the action of a button/link
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
iParameterViewer (Function)
Configures the report viewer.
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
ErrorBuild (Function)
Displays a custom error message in a system error window.
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......