ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
zipListFile (Function)
Returns the list of files found in an archive.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Animating a Static control
Two methods can be used to animate a Static control......
fCreate (Function)
Creates an external file.
<Variable DiskFile>Create (Function)
Creates an external file.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
Telemetry management functions
The following functions are used to manage the telemetry:...
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
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.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
How to develop a PHP site?
What is a PHP site?......
<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.
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<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.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....