ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDropView (Function)
Removes a materialized view from the HFSQL server.
<Connection variable>.DeleteDatabase (Function)
Deletes a database located on an HFSQL server.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element...
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one...
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
J2EE constants
List of constants used by the J2EE functions....
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web...
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view...
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis...
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external...
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification...