ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
tapiSendKey (Function)
Allows you to simulate the use of phone keys.
tapiOrigin (Function)
Allows you to determine the type of call (incoming or outgoing).
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
tapiCallIsBusy (Function)
Used to find out whether the number called is busy.
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
tapiCallIsOver (Function)
Used to find out whether the incoming or outgoing call is ended.
tapiStopCallDetection (Function)
Stops the specified call detection that was started by tapiListen.
tapiCallEnd (Function)
Returns the date and time of the end of call.
tapiCalledID (Function)
Used to find out the phone number called.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
<Connection variable>.ExecuteScheduling (Function)
Immediately executes a scheduled item regardless of its scheduling: scheduled task (stored procedure), backup, optimization, refresh of a materialized view.
<Connection variable>.TransactionSavepoint (Function)
Declares a transaction savepoint.