ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
WLanguage procedure called by CameraVideoStart
WLanguage procedure ("callback") called when the video recording is completed.
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.
<Xaml>.Event (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.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
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......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
fRemoveDir (Example)
Usage example of the fRemoveDir function
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Glossary
The glossary lists all the abbreviations used in the code editor......
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
Configuring the SOAP administrator
Installing a Webservice (old format)