ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Connection variable>.DeleteDatabase (Function)
Deletes a database located on an HFSQL server.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
<Connection variable>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
HDropView (Function)
Removes a materialized view from the HFSQL server.
<Connection variable>.ModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
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...
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one...
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.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification...
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.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.