ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
SaaSAdminDeleteSite (Function)
Deletes a SaaS site.
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process...
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit...
SaaSAdminReadSiteParameter (Function)
Reads a site parameter that was saved by SaaSAdminWriteSiteParameter.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
DNSDeleteAddress (Function)
Deletes an "IP address/Domain name" pair from a DNS server....
Move (Function)
Allows: move an element in a one-dimensional WLanguage array or in an advanced array property...
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
grSaveImage (Function)
Saves the image of a chart in an Image variable.
HCreateMovableReplica (Function)
Creates a movable replication.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
HRSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead...
gpwOpen (Function)
Opens the User Groupware login window or page.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
MCITrackCount (Function)
Returns the number of tracks found in a media file that was opened beforehand (MCIOpen).
inAppRestorePurchases (Function)
Restores the purchases of non-consumable products previously performed by the user in an iOS...
DocStartModification (Function)
Signals the start of the grouping of a set of operations on a document into a single event...
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
HTMLFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images...
HTTPSendForm (Function)
Sends an HTTP form.
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging...
Reduce (Function)
Applies a computation to each element of a WLanguage array.