ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HModify (Example)
Usage example of the HModify function
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
MatWrite (Function)
Writes an element into a matrix.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Query editor: Characteristics
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
5. The following files are automatically created
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Manager of automated tests
The test manager is used to......
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.