ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
The Flexbox control
Flexbox is a standard layout system for web pages......
First project window
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Specific features of the Express version
WEBDEV concepts
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
Specific features of the applications for iPhone/iPad
11. Choosing the action of a button/link
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
<Array>.Min (Function)
Returns the lowest value in the array.
Min (Function)
Returns the lowest value.
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......