ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDescribeLink (Function)
Describes a link between two data files through programming.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
DDESend (Function)
Sends a data to the program connected via DDE.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
SQLListSource (Function)
Lists the data sources declared on a local site.
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
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.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
HMode (Function)
Changes the mode and the method for locking data files.
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).
<Connection variable>.ListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
HListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
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......
17. TLS/SSL: Encrypting information on the Web
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)......