ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
HStopServer (Function)
Stops an HFSQL server.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
HsMenu,Label (Function)
Modifies the caption of a menu option.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Using the query result
The result of a select query can be used in......
5. Site test in practice
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
fDirExist (Function)
Checks the existence of a directory.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
16. Application test in practice