ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Buffer type>.DecryptAsymmetricEnvelopped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
XLS file handling functions
List of functions for managing XLS files...
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
<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.
Site Map control properties
List of properties associated with a Site Map control...
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
11. Choosing the action of a button/link
4. When to use the debugger?
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
What is an application?
An application is a set of objects (windows, controls, ......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......