ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
RESTSend (Function)
Sends a REST request and waits for the server response.
Copying controls from the report editor
The controls can be copied from the report editor......
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
HExtractMemo (Example)
Usage example of the HExtractMemo function
Popup control properties
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
14. Configuring the "Back" button in practice
Blurs the entire given area in a variable of type picLayer....
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Radio Button control properties
List of properties associated with a Radio Button control...
Enumeration (Variable type)
An enumeration is a set of values......
Starting WDOptimizer in a command line