ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<zipArchive variable>.Create (Function)
Creates an archive.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.Close (Function)
Closes an archive.
<zipArchive variable>.Open (Function)
Opens an existing archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Find/Replace in the current project
The "Find/Replace" feature is used to......
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
Using several libraries in an application
A library is a WDL file that contains all the resources......
Events associated with the project
List of events associated with the project...
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Scheduler control events
The following events associated with Scheduler controls:...
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Map control properties
The following properties can be used with Map controls:...
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......