ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Configuring the SOAP administrator
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
EXE constants
List of constants used by the functions for managing executables....
grDeleteAll (Function)
Erases a chart and destroys this chart.
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
zipExtractPath (Example)
Usage example of the zipExtractPath function
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.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
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.
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
FinRedemption (Example)
Usage example of the FinRedemption function
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
HFreePosition (Function)
Deletes a position saved by HSavePosition.
HModify (Example)
Usage example of the HModify function