ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SMS functions
  • Elements taken into account in the SMS structure
  • Error 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
SMSRunApp (Function)
In french: SMSLanceAppli
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad). The content and the recipients of the SMS are initialized from the information specified in the SMS structure of WLanguage.
Caution: The SMS is not sent. Only the controls of the application for sending SMSs are initialized.
Example
SMS.Number = "0610203040"
SMS.Message = "I am sending SMSs with WINDEV Mobile!"
SMSRunApp()
Syntax
SMSRunApp()
Remarks

Elements taken into account in the SMS structure

  • Universal Windows 10 App Only the SMS.Number and SMS.Message variables are taken into account.
For more details, consult the SMS structure of WLanguage.

Error cases

If no native application for sending SMSs was found on the device, the ErrorOccurred variable will be set to True after the call to the function. To get more details on the error, use ErrorInfo.
Related Examples:
WM System Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS.
The following system functions are used:
- NFC
- Multimedia control
- Brightness
- Volume
- Wi-Fi
- Bluetooth
- Toast
- Compass
- Accelerometer
- Camera control
- LED
- Vibration
- Notifications
- Drawing functions
- Internet
Component: wd290android.aar
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help