ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Data source (Example)
Usage example of the Data source type
NFCWriteTag (Function)
Starts writing data to an NFC tag.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.Mask (Function)
Formats the data displayed by grLabel or by grTooltip.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
<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.
HCheckStructure (Function)
Defines the mode for comparing data files.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
ERR_PARSER
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....
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
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......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.