ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
HOnError (Example)
Usage example of the HOnError function
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Popup window
WINDEV allows you to open windows in popup format......
Bar code constants
HViewToFile (Example)
Usage example of the HViewToFile function
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
General environment of WINDEV
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Constants for managing certificates
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
LooperDelete (Function)
Deletes a row from a Looper control.
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).