ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Guided tour management constants
Time and date management properties
List of properties for managing dates and times...
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
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.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Date and Time management functions
List of functions for managing dates and times...
<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>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
The Conference control
The Conference control allows you to view and/or listen to video and/or sound in real time......
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
3. Site development life cycle