ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Customizing the User Groupware
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Sort (Function)
Sorts a WLanguage array.
Materialized view
...A materialized view is a physical data source defined by an SQL query....
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
TreeExpand (Function)
Expands a node in a TreeView control.
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Repairing the project
In some cases, "Project......
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
POUR TOUT / POUR ALL instruction (browse a JSONReader variable)
Training FOR ALL instruction lets you perform different types of browse on a variable of type jsonReader: Loop through a level. Loop through a level with copy. Browse in depth. Warning This feature is only available from version 2025 Update 3 onwards...