ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipCreate (Function)
Creates an archive.
zipClose (Function)
Closes an archive.
<zipArchive variable>.Create (Function)
Creates an archive.
<zipArchive variable>.Close (Function)
Closes an archive.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
zipOpen (Function)
Opens an existing archive.
zipSelectFile (Function)
Selects files from an archive.
zipDeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.Open (Function)
Opens an existing archive.
1
2
3
4
5
6
74
>