ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
PDF printing: Special cases
Specific features of print in PDF format...
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Structure (Type of variable)
A structure is a custom type of data...
String constants
List of constants used by string functions...
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Events associated with Table controls
List of events associated with Table controls...
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Various constants
List of various constants used by the constants WINDEV functions....
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Report viewer: Proposing several reports
In the document preview, end users can......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
14. Controls in practice