ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Aliases on data files: HAlias
The aliases are used to handle......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Hash functions
Hashing is used to summarize a file or a character string......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Handling a control through programming in a report
All report controls can be handled through programming......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
6. Multiple generation
...Multiple generation...
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Generating the setup program
The last wizard step for creating the setup program allows you to......