|
|
|
|
|
|
|
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| Finds the description of a SaaS service. |
|
|
|
|
|
|
|
| Lists the SaaS services associated with a SaaS site, a pricing or a user. |
|
|
|
|
|
|
|
| Changes the status of an email on a messaging server. |
|
|
|
|
|
|
|
| Adds a SaaS client account. |
|
|
|
|
|
|
|
| Finds a SaaS client account. |
|
|
|
|
|
|
|
| Lists the client accounts of SaaS Webservice database. |
|
|
|
|
|
|
|
| Modifies a SaaS client account. |
|
|
|
|
|
|
|
| Deletes a SaaS client account. |
|
|
|
|
|
|
|
| Finds a user of a SaaS client account. |
|
|
|
|
|
|
|
| Lists the users of the SaaS Webservice database. |
|
|
|
|
|
|
|
| Adds an attached file to an email. |
|
|
|
|
|
|
|
| Lists the pricing of a SaaS site. |
|
|
|
|
|
|
|
| Enables a service in a SaaS pricing. |
|
|
|
|
|
|
|
| Disables a service in a SaaS pricing. |
|
|
|
|
|
|
|
| Adds a subscription to a pricing of a SaaS site for a client account. |
|
|
|
|
|
|
|
| Modifies a SaaS subscription. |
|
|
|
|
|
|
|
| Deletes a SaaS subscription. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|