ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary...
zipAddFile (Function)
... and compresses it.
<zipArchive variable>.AddFile (Function)
... and compresses it.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress,...
zipSize (Function)
files found in the archive. the size of all files found in the archive before compression....
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data...
zipFileSize (Function)
(TAR.GZ) format): the compressed size of the file. the size of file before compression....
<zipArchive variable>.FileSize (Function)
(TAR.GZ) format): the compressed size of the file. the size of file before compression....
WDDeploy features
WDDeploy can be used to......
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
1
2
3
4
5
6
10
>