ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
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.
1. Managing emails
WINDEV includes multiple methods to manage emails...
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
<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...
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
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....
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Progress Bar control properties
List of properties associated with the Progress Bar control...
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
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>.Resize (Function)
Resizes an image in an Image control.
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....