ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipCreate (Function)
Creates an archive.
zipOpen (Function)
Opens an existing archive.
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.
zipExtractPath (Function)
Returns the path of a file found in the archive.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
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.
Using .NET assemblies in a project
To use .NET assemblies in a project......