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...
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest....
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend...
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest....
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call...
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control,...
SchedulerAddResource (Function)
Adds a new resource into a Scheduler control.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema...
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
CertificateList (Function)
Returns the list of certificates available on the computer.