ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Phone functions
  • Special cases
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
tapiDialerCall (Function)
In french: telDialerCompose
Opens the default telephony application (dialer) found on the phone and dials the specified number.
Example
tapiDialerCall("0612345678")
Syntax
<Result> = tapiDialerCall(<Phone number>)
<Result>: Boolean
  • True if the telephony application was successfully started,
  • False otherwise. If an error occurs, you can get the details of the error with ErrorInfo.
<Phone number>: Character string
Phone number to dial.
The function will return False if this parameter corresponds to an empty string ("").
Caution: the number must contain no space character.
Remarks

Special cases

  • It is not possible to automatically call emergency numbers
  • No USSD code can be dialed.
Component: wd290android.aar
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help