ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process...
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
The Check Box control
A Check Box can correspond to......
Multimedia functions
List of Multimedia functions...
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
zipSelectFile (Function)
Selects files from an archive.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipListFile (Function)
Returns the list of files found in an archive.
zipExist (Function)
Used to find out whether an archive exists.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.