ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HStatTime (Function)
Returns the time of the last update for the index statistics.
zipOpen (Function)
Opens an existing archive.
NET constants
List of constants used by the DotNet functions....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
ReplicAdmin: Overview
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
upnpImage (Type of variable)
The upnpImage type is used to define the advanced characteristics of an image of UPnP device.
Financial constants
List of constants used by the financial functions....
Chart: Managing legends
Several types of legends are supported in the charts......
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
WDXView: Overview
WDXView is an ActiveX browser......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
9. Sharing a project in practice
Sharing a project in practice...
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......