ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Client/Server transactions: available isolation modes
The HFSQL engine proposes to isolate the transactions......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Creating a delete query
A delete query (corresponding SQL statement......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
The Cell control
The Cell control contains controls......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
The Organizer control
The Organizer control is used to display and handle organizers......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Managing the styles
The help editor allows you to define styles of paragraphs......
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......