ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Installing the monitor
The monitoring robot includes three executables......
EmailGetAll (Function)
Retrieves all the emails found on a server.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
Typecasting of parameters
The description of the parameter type is optional......
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Events associated with a Multimedia control
List of events associated with a Multimedia control...
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Handling Spreadsheet controls programmatically (in a report)
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......