ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Events associated with Looper controls
List of events associated with Looper controls...
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
WDInst: handling the files to install
By default, the files to install are......
<Connection variable>.InfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
grInfoXY (Function)
Returns information about the series found at a specific chart point.
Warning 124: Shadowing a global variable
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Compilation options
The compilation options allow you to define the help system generation settings......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....