ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
tapiHangUp (Function)
Hangs up a phone line started with tapiDial or tapiAnswerCall.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
8. Windows in practice
Discover the main actions that can be performed on the windows....
NetClientSendMessage (Example)
Usage example of the NetClientSendMessage function
EnumControl (Example)
Usage example of the EnumControl function
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
SQLModify (Example)
Usage example of the SQLModify function
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
DDEUpdate (Function)
Modifies a linked data.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
apExecute (Function)
Runs an action plan.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
tapiCallEnd (Function)
Returns the date and time of the end of call.
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
tapiStopCallDetection (Function)
Stops the specified call detection that was started by tapiListen.
MemCreate (Function)
Creates a memory area.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
XMLSavePosition (Function)
Stores the current position in the XML document.