ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
Info (Function)
Displays a custom message in a system information window.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Handling TimeLine controls programmatically
A TimeLine control can be......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Sound (Function)
Plays a sound in WAV format.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
ProjectInfo (Function)
Returns specific information about the project currently run.
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Creating an executable: General options
The main executable options are as follows......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
17. TLS/SSL: Encrypting information on the Web
gImage (Function)
Builds a sequence of characters containing an image.
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.