ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
SQLSeek (Function)
Positions on the specified result row of the query.
HSetMemo (Function)
Used to modify the management mode of memo items.
SQLModify (Function)
Modifies the content of a row in the query result.
HSetREP (Function)
Enables or disables the management of .REP file.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
HSetLog (Function)
Enables or disables log management on a file.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HSetTrigger (Function)
Enables or disables the management of triggers.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
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...
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...
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect...
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...
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...
SQLExec (Function)
Names and runs an SQL query.