ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
fCreate (Function)
Creates an external file.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
zipCreate (Function)
Creates an archive.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipOpen (Function)
Opens an existing archive.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
fCompress (Function)
Compresses a file.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
ControlCreate (Function)
Creates a new control (of any type) in a window programmatically.
<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.