ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Types of setup
Types of setup...
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Multilingual project
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
How to open a page?
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
ThreadExecute (Function)
Starts the execution of a secondary thread.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Using the query result
The result of a select query can be used in......