ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
Programming the browsing Looper controls
These are the main concepts for programming data-bound Looper controls......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
WLanguage procedure called by inAppCheckSubscription
Procedure ("Callback") called by inAppCheckSubscription if one of the subscriptions has been renewed.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
WLanguage procedure called by inAppListProductInfo
Procedure ("Callback") called by inAppListProductInfo when the product details are received.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
WLanguage procedure called by HashCheckString
Procedure ("Callback") called by HashCheckString when checking the hash algorithm.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.