ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableMode (Function)
TableMode is kept for backward compatibility.
fCompress (Function)
Compresses a file.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Advanced types
The advanced types of WLanguage are as follows...
Report controls
Several types of controls can be handled in a report created by the report editor......
Telemetry management functions
The following functions are used to manage the telemetry:...
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
2. WEBDEV administrator in practice
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Translating a text file with WDTRAD
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
NFC constants
List of constants used by the NFC functions...
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......