ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KeyCompareKey (Function)
Compares an initial key with an activation key.
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
ContactAdd (Example)
Usage example of the ContactAdd function
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
OpenSister (Function)
Opens a non-modal sibling window.
SFDelete (Function)
Deletes records from a Salesforce database.
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
SFUndelete (Function)
Restores previously deleted Salesforce records.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
OpenMobileWindow (Function)
Opens a window in a mobile application.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Open (Function)
Opens a modal WINDEV window.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
7. Multilingual sites in practice