ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Obtaining an SSL certificate for IIS2 (2.0 or later)
fMemOpen (Function)
Opens a memory zone shared between several applications.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipDeleteFile (Function)
Deletes a file from an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
XML functions
List of XML functions...
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
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:...
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
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......
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
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.