ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
zipClose (Function)
Closes an 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.
Web Camera control events
The following events appear by default in the WEBDEV code editor:
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
fCompress (Function)
Compresses a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
<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.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
1. Testing a site: Elements to be tested
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Camera/Video functions (prefix syntax)