ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Select query description window: Items that can be used
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Handling controls in a report
The different operations available for the report controls are as follows......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
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:...
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......
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....
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......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Display (External language)
Displays a value in a control or assigns a value in a variable.
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
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......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
HCloseConnection (Example)
Usage example of the HCloseConenction function
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....