ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Chart>.Mask (Function)
Formats the data displayed by grLabel or by grTooltip.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
HDelete (Function)
Deletes a record from a data file (query or view).
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Partial indexing of memos
You now have the ability to index the content of a text memo item......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Date and Time management functions
List of functions for managing dates and times...
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
HDeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......