ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Global and local variable
Two types of variables are available......
The Clickable Image control
The Clickable Image control can be used to......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Table,Modify (External language)
Modifies an element in a Table control.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Passing parameters
The parameters can be passed to a procedure......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.