ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
fChangeExtension (Function)
Changes the extension of a file on disk.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
W3C standardization
You must comply with the W3C standard (HTML 4......
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Structure (Type of variable)
A structure is a custom type of data...
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
Copying and cloning
Variables are copied using the "=" operator...
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
SysIconAdd (Example)
Usage example of the SysIconAdd function
fListFile (Example)
Usage example of the fListFile function
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...