ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
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.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
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.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
HTTPAddFile (Function)
Adds a file to the HTTP form.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
diffApply (Function)
Applies a difference buffer to a specific buffer.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
InServiceMode (Function)
Indicates whether the code is run in a service.
EndService (Function)
Ends the execution of the current service.
ServiceWait (Function)
Pauses the current service during the specified duration.
EmailGetAll (Function)
Retrieves all the emails found on a server.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar...
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array...
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional...
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).