ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Looper>.AddInProgress (Function)
Gets or sets the display mode of the internal loading window used when additional elements are loaded in an Infinite Looper control.
LooperExpandAll (Function)
Expands all breaks in a Looper control with break.
<Looper>.Collapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming...
<Looper>.CollapseExpand (Function)
On a given row of a Looper control:
  • collapses a break (if it is expanded),
  • expands a break (if it is collapsed).
<Looper>.Expand (Function)
Expands a break in the Looper control on a given row.
Looper control functions
List of functions for managing Looper controls
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list...
The Looper control
A Looper control is used to repeat the controls found in a specific area...
LooperCollapseAll (Function)
Collapses all expanded breaks in a Looper control.
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control...
Display different content for each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls...
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
<Looper>.ExpandAll (Function)
Expands all breaks in a Looper control with break.
Looper control functions (prefix syntax)
List of Looper control functions (prefix syntax)
LooperExpand (Function)
Expands a break in the Looper control on a given row.
LooperCollapseExpand (Function)
On a given row of a Looper control:
  • collapses a break (if it is expanded),
  • expands a break (if it is collapsed).
FAA: Increase the height of the lines in the Table or RepeatString fields.
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit...
<Looper>.CollapseAll (Function)
Collapses all expanded breaks in a Looper control.
LooperAddInProgress (Function)
Gets or sets the display mode of the internal loading window used when additional elements are loaded in an Infinite Looper control.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
sfUndeleteResult (Type of variable)
The sfUndeleteResult type is used to find out the result of SFUndelete...
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
dFill (Example)
Usage example of the dFill function
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
Type (Property)
The Type property is used to get and change the type of an element.
Running the test of the User Groupware and installing it
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
TableInfoXY (Example)
Usage example of the TableInfoXY function
Constants used for managing the multi-touch
Constants for managing the multi-touch...
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......