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...
SaaSAdminFindService (Function)
Finds the description of a SaaS service.
SaaSAdminListService (Function)
Lists the SaaS services associated with a SaaS site, a pricing or a user.
EmailChangeStatus (Function)
Changes the status of an email on a messaging server.
SaaSAdminAddClient (Function)
Adds a SaaS client account.
SaaSAdminFindClient (Function)
Finds a SaaS client account.
SaaSAdminListClient (Function)
Lists the client accounts of SaaS Webservice database.
SaaSAdminDeleteService (Function)
Deletes a SaaS service.
SaaSAdminModifyClient (Function)
Modifies a SaaS client account.
SaaSAdminDeleteClient (Function)
Deletes a SaaS client account.
SaaSAdminAddUser (Function)
Adds a SaaS user.
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
SaaSAdminDeleteUser (Function)
Deletes a SaaS user.
SaaSAdminFindUser (Function)
Finds a user of a SaaS client account.
SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
EmailLoadAttachment (Function)
Adds an attached file to an email.
SaaSAdminAddPricing (Function)
Adds a SaaS pricing.
SaaSAdminModifyPricing (Function)
Modifies a SaaS pricing.
SaaSAdminDeletePricing (Function)
Deletes a SaaS pricing.
SaaSAdminFindPricing(Function)
Finds a SaaS pricing.
SaaSAdminListPricing (Function)
Lists the pricing of a SaaS site.
SaaSAdminPricingEnableService (Function)
Enables a service in a SaaS pricing.
SaaSAdminPricingDisableService (Function)
Disables a service in a SaaS pricing.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
SaaSAdminDeleteSubscription (Function)
Deletes a SaaS subscription.