ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
UUDecode (Function)
Decodes a character string in UUEncode format.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Decode (Function)
Decodes a character string that was encoded by Encode.
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
IF statement
The conditional IF statement allows you to run an action according to a condition...
Find/Replace in the current project
The "Find/Replace" feature is used to......
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
fStopCompress (Example)
Usage example of the fStopCompress function
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
fCompress (Function)
Compresses a file.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Multi-project search
Performing a search in the current project is a common operation......
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
1
2
3
4
5
6
8
>