ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
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......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
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.
WLanguage procedure called by inAppCheckSubscription
Procedure ("Callback") called by inAppCheckSubscription if one of the subscriptions has been renewed.
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.
WLanguage procedure called by OpenAsynchronous
WLanguage procedure ("callback") called by OpenAsynchronous after the window is closed.
WLanguage procedure called by CameraVideoStart
WLanguage procedure ("callback") called when the video recording is completed.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
Project portfolio
From version 25, you can create "project portfolios"......
1
5
6
7
8
9
49
>