ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by KanbanFilter
WLanguage procedure ("callback") called by KanbanFilter to set an advanced filter.
WLanguage procedure called by OpenDocumentAsynchronous
WLanguage procedure ("callback") called by OpenDocumentAsynchronous after the edit window is closed.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
WLanguage procedure called by PopupDisplayPage
WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed.
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
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.
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
<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.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
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.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
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.
1
6
7
8
9
10
48
>