ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
<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.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
grRBAddData (Function)
Adds data to a Radial Bar chart.
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.
tapiCallEnd (Function)
Returns the date and time of the end of call.
Age (Function)
Returns the age according to the date of birth.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
Defining a help window template
WINDEV allows you to create help window templates......
HDelete (Function)
Deletes a record from a data file (query or view).
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Cumulated (Property)
The Cumulated property is used to determine if the value of a column or row in Pivot Table control corresponds to a total (total at the end of a row or column).
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
The pages
Pages are the main interface of a WEBDEV site......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
GglListContactGroup (Function)
Retrieves the list of groups of contacts associated with the specified Google account.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
Error 23: No END statement is associated with this WHILE