ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ThreadStop (Function)
Stops a secondary thread. Function not recommended.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements......
Configuring the SOAP administrator
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
grDeleteAll (Function)
Erases a chart and destroys this chart.
EXE constants
List of constants used by the functions for managing executables....
zipExtractPath (Example)
Usage example of the zipExtractPath function
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Right (Function)
Extracts the last characters from a string or string buffer.