ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic documentation of external components
External components must include a technical documentation......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
LanguageToCharset (Function)
Returns the character set corresponding to a language.
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
SpreadsheetRecalculateAll (Function)
Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures)....
<Spreadsheet>.RecalculateAll (Function)
Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures)....
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
KeyCompareKey (Function)
Compares an initial key with an activation key.
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
13. Print: Reports
WINDEV reports...
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Check: SMTP connectivity
The monitoring robot will try to connect to an SMTP server......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
AAF: Sort/Search/Filter on the columns of Table controls
Generating the setup program
The last wizard step for creating the setup program allows you to......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Information 2105: This function was renamed
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......