ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control based on a data file
This type of Looper control uses data from a data file or query...
<Looper>.Collapse (Function)
Collapses a break that was expanded beforehand in a Looper 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.
LooperExpand (Function)
Expands a break in the Looper control on a given row.
<Looper>.AddIWBeginning (Function)
Adds a row consisting of an internal window at the beginning of an Infinite Looper control. The row is inserted before the first row in the Looper control. The scrollbar of the Looper control remains at the same position.
The Looper control
A Looper control is used to repeat the controls found in a specific area...
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically...
<Looper>.ExpandAll (Function)
Expands all breaks in a Looper control with break.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
<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).
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
<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.
Linear Looper control properties
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming...
LooperExpandAll (Function)
Expands all breaks in a Looper control with break.
LooperAddIWBeginning (Function)
Adds a row consisting of an internal window at the beginning of an Infinite Looper control. The row is inserted before the first row in the Looper control. The scrollbar of the Looper control remains at the same position.
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory...
LooperCollapseAll (Function)
Collapses all expanded breaks in a Looper control.
<Looper>.CollapseAll (Function)
Collapses all expanded breaks in a Looper control.
LooperCollapseExpand (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.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
Share your projects via Git
Git is a source code manager......
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Page templates
WEBDEV allows you to create page templates......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
ServiceWait (Function)
Pauses the current service during the specified duration.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
2. User-friendly editors in practice
User-friendly editors in practice...
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
HDelete (Function)
Deletes a record from a data file (query or view).
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
Report based on a query
Queries are used to easily select records in one or more data files......