ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
InfoBuild (Function)
Displays a custom message in a system information window.
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
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....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
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......
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.
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......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......