ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
CompressedSize (Property)
The CompressedSize property is used to determine the compressed size of an element.
MaxSize (Property)
The MaxSize property is used to get and set a maximum size.
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Buffer (Keyword)
The Buffer keyword can correspond to...
Creating a translation file
WDINT allows you to create a translation file....
Materialized view
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
".STY" file: "Style sheet" file
A style sheet is a "......
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......