ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Chart controls
List of events associated with the Chart controls...
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
dCopy (Function)
Copies an image to another image.
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......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
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...
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......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Bitwise operators
The operations on binary values are performed......
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.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.Copy (Function)
Copies an image to another image.
<Image>.Copy (Function)
Copies an image to another image.
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.