ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
SMSSend (Function)
Sends an SMS.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
General environment of WINDEV
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
dFont (Example)
Usage example of the dFont function
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
fWrite (Example)
Usage example of the fWrite function
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Installing a SOAP server with Netscape iPlanet 4.1
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
fReadLine (Example)
Usage example of the fReadLine function
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min