ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
<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>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
xmlSignatureInformationKeyX509 (Variable type)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Associative array (Variable type)
An associative array is an "advanced" type of array...
Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
Error 502: Incompatible type
From version 25, you can create "project portfolios"......
14. 3-tier architecture
Modifies the hue, saturation and lightness of an image in an Image variable....
<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
13. 3-tier architecture
The purpose of the 3-tier architecture is to separate an application into 3 computing tiers......
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
WDInst: Uninstaller settings
The application uninstaller is the application that allows the end user to uninstall the application....
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
11. Window templates
WINDEV Mobile allows you to create window templates....