ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
fListResource (Function)
Lists the resources integrated to the application.
<Upload>.CurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Variable scope
Variables can be declared anywhere in the code....
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Using the Vista style in your windows
WINDEV allows you to customize......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
The "Commands" pane
The "Commands" pane lists......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.