ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Using WDDIXIO
To translate the text used in your project:...
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
rssEntry (Variable type)
The rssEntry type is used to handle a RSS feed entry...
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
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......
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.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
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......