ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Phone functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
tapiError (Function)
In french: telErreur
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module. This function should be associated with the functions that return no result (neither True or False).
Example
IF tapiCalledID() = "" THEN
IF tapiError() = True THEN
Error(ErrorInfo(errMessage))
END
END
Syntax
<Result> = tapiError()
<Result>: Boolean
  • False if no error occurred when using a telephony function,
  • True if an error occurred. The text or the code of the TAPI error is returned by ErrorInfo.
Component: wd290com.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help