ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
.NET application
To create a.NET application from a project......
.NET Assemblies
.NET is Microsoft's software development platform......
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
WEBDEV concepts
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.
zipCreate (Function)
Creates an archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipExtractPath (Function)
Returns the path of a file found in the 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.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
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......
Using .NET assemblies in a project
To use .NET assemblies in a project......
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 through programming.
<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.