ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HMode (Function)
Changes the mode and the method for locking data files.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HDescribeLink (Function)
Describes a link between two data files through programming.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
HDelete (Function)
Deletes a record from a data file (query or view).
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Using a query with parameters
A query with parameters can be used......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Changing sites from AWP to SEO-ready session mode
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
17. TLS/SSL: Encrypting information on the Web
Report and project
In most cases, a report is linked to a project......
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......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
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)....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......