ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

rssEntry (Variable type)
The rssEntry type is used to handle a RSS feed entry...
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
SQLLast (Function)
Sets the position on the last row of the query result.
Display (External language)
Displays a value in a control or assigns a value in a variable.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
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.
HAlias (Example)
Usage example of the HAlias function
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.