ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
WLanguage procedure called by BTLEStatus
Procedure ("Callback") called by BTLEStatus when the Bluetooth activation status changes on the device.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
WidgetProcedure (Function)
Specifies the procedure that will be called when the user clicks an iOS 14 widget.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
WLanguage procedure called by SpeechRecognitionTrigger
WLanguage procedure ("callback") called to run the speech recognition started by SpeechRecognitionTrigger.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Glossary
The glossary lists all the abbreviations used in the code editor......
Programming patterns
CAUTION......
Installing a Webservice (old format)
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Configuring the SOAP administrator
Installing a SOAP server with Apache
Installing a SOAP server with IIS
Installing a SOAP server with Netscape iPlanet 4.1
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.