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)...
End of break block
The End of break block is optional......
Events associated with control templates
List of events associated with control templates...
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
Upload control events
The following processes are associated with the Upload control:...
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
GanttListLink (Function)
Lists the links found in a Gantt Chart column found in a Table (or TreeView Table) control.
ButtonType (Property)
The ButtonType property is used to get and change the type of a Button control: Cancelation, Interruption, Validation, ...
GanttWorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table) control.
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
PVTCollapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
PVTExpand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.