ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
iPrintBlock (Function)
Forces a report block to print.
ExceptionInfo (Function)
Retrieves information about the current exception.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
PDF file management functions
...PDF file functions...
Constants for managing Organizer controls
Constants for managing Organizer controls...
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
Constants for managing certificates
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......