ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
3. Deploying a WINDEV application
Error 17: OTHER CASE must be the last statement used in SWITCH
Image (Property)
The Image property gets and sets the background image of a control or block.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
HFSQL constants
List of constants used by the HFSQL functions....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......