ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipListFile (Function)
Returns the list of files found in an archive.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Multimedia functions
List of Multimedia functions...
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
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....
<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.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
<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.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
zipSelectFile (Function)
Selects files from an archive.