ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
<Chart>.Mask (Function)
Formats the data displayed by grLabel or by grTooltip.
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
grRBAddData (Function)
Adds data to a Radial Bar chart.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
<Source>.ChangeName (Function)
Modifies the physical name of a data file.
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
HCheckStructure (Function)
Defines the mode for comparing data files.
HChangeName (Function)
Modifies the physical name of a data file.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
<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....
<Page>.FromSource (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....
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....
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
WindowFromSource (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....
<Source>.ToWindows (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....
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....