ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOpenConnection (Function)
Opens a connection to a specific database.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
HChangeConnection (Example)
Usage example of the HChangeConnection function
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
HTTP functions
List of HTTP functions...
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
How to create a menu?
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......