ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fUncompress (Function)
Decompresses a file that was compressed by fCompress.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
zipOpen (Function)
Opens an existing archive.
zipCreate (Function)
Creates an archive.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
XML functions
List of XML functions...
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
zipOpenCAB (Function)
Opens an existing archive in CAB format.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
zipExtractPath (Function)
Returns the path of a file found in the archive.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
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.
fCompress (Function)
Compresses a file.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
<zipArchive variable>.AddFile (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.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.Open (Function)
Opens an existing archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.