ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
Warning 127: You are using a data source local to the process
EndDatePeriodDisplayed (Property)
The EndDatePeriodDisplayed property is used to get the end date of the time period displayed in a Scheduler or Organizer control of a report.
<Looper>.ToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
<Source>.Out (Function)
Allows you to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data file, HFSQL view or query.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
<Source>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Project description: Files tab
The project description window allows you to configure various elements of your project......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Creating and handling an item
The main operations that can be performed on an item are as follows......
Structure of data files of user groupware