ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Test of a query
The query editor allows you to run the test of query result......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
HFSQL constants
List of constants used by the HFSQL functions....
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HReadSeek (Example)
Usage example of the HReadSeek function
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
GglUploadDocument (Function)
Uploads a document to the Google server.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HCreateView (Example)
Usage example of the HCreateView function
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
NetworkConnect (Function)
Associates a drive with a shared network directory.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
HAdd (Example)
Usage example of the HAdd function
HLinkMemo (Example)
Usage example of the HLinkMemo function