ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
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......
Application management functions with "Live update"
List of functions for managing the applications with "live update"...
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
How to find out whether a report was printed?
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
Image editor: Features
The image editor includes several features......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
WDScript: use in command-line and console mode
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
14. Report templates
...Report templates are used to easily standardize report layouts....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......