ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Step 5: Site parameters
Once the site installed, you can define the site connection options......
HDelete (Function)
Deletes a record from a data file (query or view).
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Count (Property)
The Count property returns the number of elements in a given set.
XLS file handling functions
List of functions for managing XLS files...
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
HDescribeConnection (Function)
Describes a new connection to an external database.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Programming an indexed control
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Copying controls from the window editor
The controls can be copied from the window editor......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
zipFileSize (Example)
Usage example of the zipFileSize function