ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

apExecute (Function)
Runs an action plan.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
SQLModify (Example)
Usage example of the SQLModify function
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
DDEUpdate (Function)
Modifies a linked data.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
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.
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Using an external component in an application
A component can be reused at any time in any application......
Handling a WinForm .Net control through programming