ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: SMS functions
12 results
Constants for SMS functions
List of constants used by the SMS functions.
SMS functions
List of SMS functions
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
SMSDetectOneTimeCode (Function)
Automatically populates an Edit control with a one-time code received by SMS.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
SMSReset (Function)
Resets all variables of SMS structure.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad).
SMSSend (Function)
Sends an SMS.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)...
WINDEV Mobile and SMSes
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage...