ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
DateTimeDifference (Function)
Calculates the difference between two dates and times.
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.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
12. Retrieving data from a site
The Calculated control
The "Calculated" control is used to perform calculations in a report......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
SysNameExe (Function)
Returns the name and full path of an application.
<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....
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....
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Sorts in a report
The sort is used to organize the information displayed in the report......
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......