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......
CoTan (Function)
Calculates the cotangent of an angle.
Tangent (Function)
Calculates the tangent of an angle.
fCreate (Function)
Creates an external file.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
<Variable DiskFile>Create (Function)
Creates an external file.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
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).
<zipArchive variable>.Create (Function)
Creates an archive.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-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.
zipCreate (Function)
Creates an archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipOpen (Function)
Opens an existing archive.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
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.