ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Using several libraries in an application
A library is a WDL file that contains all the resources......
fLock (Function)
Entirely or partially locks an external file.
Query editor: Characteristics
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Flexbox control description: Details 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......
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.