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.
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......