ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
List of extension attributes
The list of extension attributes ......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
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......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
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......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Examples for using the OLE DB provider for HFSQL
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.