ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiSendKey (Function)
Allows you to simulate the use of phone keys.
tapiCallIsWaiting (Function)
Used to find out whether the call is on hold.
tapiCallIsBusy (Function)
Used to find out whether the number called is busy.
tapiCallIsOver (Function)
Used to find out whether the incoming or outgoing call is ended.
tapiCallEnd (Function)
Returns the date and time of the end of call.
tapiNoAnswer (Function)
Used to find out whether an answer was given to the call.
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).
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.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
tapiOrigin (Function)
Allows you to determine the type of call (incoming or outgoing).
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
How to create a patch?
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
The Upload control
The Upload control is used to upload files on the Web server......
Creating a Pivot Table control
To create a Pivot Table control......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.