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.
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...
SQLLast (Function)
Sets the position on the last row of the query result.
HLogInfo (Function)
Adds comments to the log when saving the operation.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HLogRecreate (Function)
Used to re-create an empty log.
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given...
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.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed...
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
StreamReject (Function)
Refuses a request for stream connection.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
grLoadParameter (Function)
Restores the parameters used to draw a chart.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
FTPCommand (Function)
Sends a specific FTP command to a server.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).