ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
CurrentWin (Function)
Identifies the window currently in edit.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Installing the robot controller
The monitoring robot includes three executables......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Installing the monitoring robot
The monitoring robot includes three executables......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Events associated with pages
List of events associated with pages...
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Events associated with TreeView controls
List of events associated with TreeView controls...
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....