ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

.NET application
To create a.NET application from a project......
<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.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
<zipArchive variable>.Open (Function)
Opens an existing archive.
.NET Assemblies
.NET is Microsoft's software development platform......
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
zipOpen (Function)
Opens an existing 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.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
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......