ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Cc (Property)
The Cc property gets and sets the list of Carbon Copy recipients of an email.
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
11. External component
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Handling Gantt Chart controls programmatically
Error 1014: The access to the member of the class is restricted by a private inheritance
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Error 701: The property is read-only
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
4. Monitor your applications
Creating a query
Two methods can be used to create a query......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.