ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
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.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
<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.
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
StreamReject (Function)
Refuses a request for stream connection.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
zipExist (Function)
Used to find out whether an archive exists.
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Using an external component in an application
A component can be reused at any time in any application......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
<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>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.