ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the data model editor
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Error 404: The file for HFSQL browse cannot be an expression of this type
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Assisted universal replication: specific features
2. Analysis in practice
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......