ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Open (External language)
Opens a window.
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Project Management Hub: Time tracking
The time spent can be listed on......
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
OAuth and OpenID protocol management functions
OAuth and OpenID protocol management functions...
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
5. Project configuration
Constants for WLanguage types
List of constants for managing WLanguage types....
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
13. External component in practice
External component in practice...
12. External component in practice
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
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....
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.