ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Development environment
When WINDEV, WEBDEV and WINDEV Mobile are first launched, a development environment is automatically proposed......
WEBDEV: AS/400 Native Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
WINDEV: Example of programmed Drag and Drop
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
FolderData (Function)
FolderData is kept for backward compatibility.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......