ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDInst: Grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single...
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.
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
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,...
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
<Type Buffer>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,...
1
2
3
4
5
6
10
>