ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Check Box control
A Check Box can correspond to...
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
The different copy modes
Two different copy modes are proposed by WDTRAD......
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Error 1001: The operators: and:: can only be used in the methods of classes
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
Multi-project search
Performing a search in the current project is a common operation......
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Beep (Function)
Emits a beep.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Structure of data files of user groupware
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Creating an insert query
An insert query (corresponding SQL statement......
How to create a menu?
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.