ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

tapiCallEnd (Function)
Returns the date and time of the end of call.
<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.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateToDay (Function)
Returns the day that corresponds to a given date.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
DateDifference (Function)
Calculates the number of days between two dates.
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.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
Age (Function)
Returns the age according to the date of birth.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
Automatic error handling
Error handling can be customized for each process......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
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....
<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....
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......