ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDDIXIO overview
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Error 17: OTHER CASE must be the last statement used in SWITCH
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
1. Managing emails
WINDEV includes multiple methods to manage emails...
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
dCopy (Function)
Copies an image to another image.
Events associated with Chart controls
List of events associated with the Chart controls...
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Progress Bar control properties
List of properties associated with the Progress Bar control...
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Creating the executable and the setup program
The languages supported by the application are taken into account......
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.