ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipDeleteAll (Function)
Deletes all files from an 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.
Setup mode
Several methods can be used to distribute a WINDEV application......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipDeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.ExtractPath (Function)
Returns the path of a file found in the archive.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Kanban control events
The following events are associated with Kanban controls......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.