ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
17. WLanguage: a simple and powerful language
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
Removing a project from the SCM (Source Code Manager)
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Variable scope
Variables can be declared anywhere in the code....
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
PDF file functions (prefix syntax)
PDF file functions...
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....
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
19. Upload: Sending files to the server
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Handling Spreadsheet controls programmatically (in a report)