ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StreamAccept (Function)
Associates a stream connection request with a Conference control.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
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....
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
Using an external component in an application
A component can be reused at any time in any application......
zipDeleteFile (Function)
Deletes a file from an archive.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
<zipArchive variable>.ExtractPath (Function)
Returns the path of a file found in the archive.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.FileSize (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....
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fCreate (Function)
Creates an external file.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......