ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Looper>.CancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
<Calendar>.SelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
<Calendar>.SelectPlus (Function)
Selects a date in a Calendar control.
<Toolbar>.Dock (Function)
Docks a Toolbar control to a window or changes the anchoring position of a docked Toolbar control.
<Toolbar>.Undock (Function)
Transforms a docked Toolbar control into a floating Toolbar control.
<Toolbar>.Position (Function)
Indicates the display mode of a Toolbar control.
<Looper>.Display (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
<Looper>.AddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
<Calendar>.Position (Function)
Returns the month displayed in a Calendar control.
<Looper>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
<Looper>.SearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
<Looper>.MoveLine (Function)
Moves a row or swaps two rows in a Looper control.
<Looper>.Expand (Function)
Expands a break in the Looper control on a given row.
<Looper>.ExpandAll (Function)
Expands all breaks in a Looper control with break.
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
<Looper>.Collapse (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)....
<Looper>.CollapseAll (Function)
Collapses all expanded breaks in a Looper control.
<Looper>.EndFilling (Function)
Ends the process to populate a Looper control programmatically.
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
<Looper>.InfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).