ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
17. TLS/SSL: Encrypting information on the Web
Report and project
In most cases, a report is linked to a project......
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
grStockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
Compression (Property)
The Compression property gets and sets the data compression mode.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Google Analytics functions
<Chart>.StockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<Chart>.StockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
<sshSession variable>.Read (Function)
Reads the data found on the output buffer of the SSH session.