ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating the Table windows of the WINDEV RAD pattern
Moves the time area displayed to the next area (next weeks for example) in an Organizer control....
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
ErrorThrow (Function)
Throw a non-fatal error.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
GeometryWithin (Function)
Determines whether geometry A is completely within geometry B (i.e., geometry B completely contains geometry A).
fWrite (Function)
Writes: a character string into an external file. a memory section....
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
Materialized view
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......
HCopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
Apply (Function)
Executes a procedure for each element of a WLanguage array.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.