ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

tapiSendKey (Function)
Allows you to simulate the use of phone keys.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
tapiStopCallDetection (Function)
Stops the specified call detection that was started by tapiListen.
tapiCallerID (Function)
Used to find out the calling phone number (the one that calls).
tapiCalledID (Function)
Used to find out the phone number called.
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
tapiOrigin (Function)
Allows you to determine the type of call (incoming or outgoing).
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
SOAP functions (prefix syntax)
List of SOAP functions...
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Generating the setup program
The last wizard step for creating the setup program allows you to......
SOAP constants
List of constants used by the SOAP functions....
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
Camera functions
Constants for SMS functions
List of constants used by the SMS functions....
Stream management functions (video and sound)
List of functions for managing the streams (video and sound)...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
SOAP functions
List of SOAP functions...
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......