ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating user accounts
A User account allows the server administrator to......
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
EncryptGenerateRSAKey (Function)
Generates an RSA private/public key pair....
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
<Buffer type>.DecryptAsymmetricEnvelopped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
<Buffer type>.DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
UUDecode (Function)
Decodes a character string in UUEncode format.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
fCreateLink (Function)
Creates a link on a file at the specified location.