ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
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.
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....
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.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Materialized view
HReadFirst (Function)
Sets the position on the first record according to a browse item.
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.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
ServiceWait (Function)
Pauses the current service during the specified duration.
Compilation options
The compilation options allow you to define the help system generation settings......
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.