ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SMSNext (Function)
Reads the following SMS message stored on the Android phone.
Complete (Function)
Returns a character string of a specified length.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Fax constants
List of constants used by the functions for managing faxes....
SysInstance (Function)
Returns the instance of a module.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
NFCSendTag (Function)
Sends a NFC tag to another device.
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
ExceptionInfo (Function)
Retrieves information about the current exception.
ModificationDurationAPT (Property)
The ModificationDurationAPT property is used to determine and specify if the user can modify the duration of an appointment in a Scheduler or Organizer control.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
NFCWriteTag (Function)
Starts writing data to an NFC tag.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
iPrintImage (Example)
Usage example of the iPrintImage function