ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dashboard control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HCreateMovableReplica (Function)
Creates a movable replication.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Programming custom calculations in Table controls
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
Camera field: decode barcodes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
EXE constants
List of constants used by the functions for managing executables....
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
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.). This function also gets the characteristics of the tooltip associated with each section of the chart. a custom tooltip, associated with a point....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Constants for managing windows
List of constants used by the functions for managing windows...
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Edit control
The Edit control allows users to enter data......
Flexbox control description: Detail tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....