ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLExec (Function)
Names and runs an SQL query.
SQLListSource (Function)
Lists the data sources declared on a local site.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HAddGroup (Function)
Adds a group of users.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
HInfoReplica (Function)
Returns information about the specified replica.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
HAddLink (Function)
Adds an integrity rule between two data files on the server.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
SQLLast (Function)
Sets the position on the last row of the query result.
HLogInfo (Function)
Adds comments to the log when saving the operation.
HLogRecreate (Function)
Used to re-create an empty log.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
HLogRestart (Function)
Restarts the logging process on a file.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HLogStop (Function)
Stops the log process of a file.
SQLChangeConnection (Function)
Modifies the current connection.