ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HErrorLock (Function)
Used to check whether a lock error occurred.
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
Compilation options (HLP format)
<Check box>.Count (Function)
Returns the number of options found in a Check Box control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......