ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Body block
The Body block corresponds to the main block of the report......
Drop-down button
The drop-down button expands: a context menu. a popup window....
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Enumeration (Type of variable)
An enumeration is a set of values......
Combination (Type of variable)
A combination is a set of options.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
Font (Type of variable)
A Font variable creates a font programmatically...
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Start of Break block (Break header)
The Start of break block is optional......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......