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.
RecycleBinListFile (Function)
Lists the files found in the recycle bin of the system.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several...
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several...
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned...
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
grColor (Function)
Returns and initializes the color of different chart elements.
dbgEndRecording (Function)
Stops recording the scenario.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
ChangeStyle (Function)
Modifies the style of a control dynamically.
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
HTTPCreateForm (Function)
Creates an HTTP form.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HTTPSendForm (Function)
Sends an HTTP form.
HTTPAddFile (Function)
Adds a file to the HTTP form.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
SFUndelete (Function)
Restores previously deleted Salesforce records.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens...
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.