ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
17. Project Management Hub
...Project Management Hub...
13. 3-Tier architecture
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
zipSelectFile (Function)
Selects files from an archive.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
<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.
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
ControlToSource (Function)
Assigns the control value to the source of a control link.
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
<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.
Edit options of a report
The report editor allows you to......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......