ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
<String type>.Format (Function)
Formats a character string according to the selected options.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Dialog box management functions
List of functions for managing dialog boxes...
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Notes document management functions
List of functions for managing Notes documents...
Associative array (Type of variable)
An associative array is an "advanced" type of array...
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
<Buffer type>.DecryptAsymmetricEnvelopped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
<Buffer type>.DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
Linear Looper control properties
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
On/Off button in a window
The on/off button is a button that operates like a check box......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows: