ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
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...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
<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.
<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.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Error 39: The END statement marking the end of declaration of the composite variable is missing
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
Error 705: The property does not exist on this type
3. Types of accessible data files
WINDEV concepts