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.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Serialization constants
The serialization constants are as follows:
REP files
REP files contain the list of tables handled by the application....
Constants for encryption/compression
List of constants used by the encryption/compression functions...
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Constants for external files
List of constants used by the functions for managing external files....
HDescribeFile (Function)
Describes a data file programmatically.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Port (Property)
The Port property is used to identify and change a server connection port.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
zipAddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
Compile (Example)
Usage example of the Compile function
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.