ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
XML functions
List of XML functions...
zipOpenCAB (Function)
Opens an existing archive in CAB format.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
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.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
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, ...).
zipCreate (Function)
Creates an archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<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.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.Open (Function)
Opens an existing 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>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
<zipArchive variable>.Create (Function)
Creates an archive.
CoTan (Function)
Calculates the cotangent of an angle.
Tangent (Function)
Calculates the tangent of an angle.
<Variable DiskFile>Create (Function)
Creates an external file.