ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SSHWrite (Function)
Writes data into the specified SSH session.
HJSONToRecord (Function)
Imports JSON data into the current record.
<Chart>.Mask (Function)
Formats the data displayed by grLabel or by grTooltip.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Using a query with parameters
A query with parameters can be used......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
The key items
Keys are specific items in your analysis......
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
ODBCSQLCode (Property)
The ODBCCodeSQL property allows you to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......