ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
USBFind (Function)
Finds a USB device according to keywords.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
AddLink (Function)
Adds a link to a text section in an edit control.
Passing parameters
The parameters can be passed to a procedure......
Automatic error handling
Error handling can be customized for each process......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
The planes (in a window or in a report)
The planes are used to group the window controls......
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
HModify (Example)
Usage example of the HModify function