ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fStopCompress (Function)
Stops the operation used to compress or decompress a file.
The Organizer control
The Organizer control is used to display and handle organizers......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Using an external component in an application
A component can be reused at any time in any application......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
ControlClone (Function)
Creates a new control from an existing control.
<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>.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>.Open (Function)
Opens an existing archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<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.
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......