ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
SecretString (Variable type)
The SecretString type is used to manipulate strings contained in a password vault.
HIndex (Function)
Rebuilds the file index (".NDX" file).
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Burner constants
List of constants used by the burner functions....
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
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......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....