|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array... |
|
|
|
|
|
|
|
| Indicates whether the code is run in Linux mode or not. |
|
|
|
|
|
|
|
| Deletes from the webservice context a variable added by DeclareWebserviceContext. |
|
|
|
|
|
|
|
| Indicates whether the code is run in Windows mode or not. |
|
|
|
|
|
|
|
| Disables the execution of an action found in an action plan. |
|
|
|
|
|
|
|
| Modifies through programming the report associated with a sub-report in a composite report. |
|
|
|
|
|
|
|
| Displays the drawing in the Image control. |
|
|
|
|
|
|
|
| Saves an information in a "log" file during the execution of an action plan. |
|
|
|
|
|
|
|
| Decodes the information stored in a QR Code bar code. |
|
|
|
|
|
|
|
| Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example). |
|
|
|
|
|
|
|
| Suspends the execution of an HFSQL cluster. The nodes of the cluster will no longer accept... |
|
|
|
|
|
|
|
| Returns the status of an HFSQL cluster by interrogating its coordinator. |
|
|
|
|
|
|
|
| Returns the status of each cluster node by interrogating the coordinator. |
|
|
|
|
|
|
|
| Enables a node in an HFSQL cluster. |
|
|
|
|
|
|
|
| Disables a node in a HFSQL cluster. |
|
|
|
|
|
|
|
| Connects and authenticates the administrator of the SaaS Webservice. |
|
|
|
|
|
|
|
| Ends the management session of a SaaS database. |
|
|
|
|
|
|
|
| Indicates whether a SaaS management session was opened. |
|
|
|
|
|
|
|
| Find a site in the database of SaaS Webservice. |
|
|
|
|
|
|
|
| Lists the SaaS sites declared in the database of a WEBDEV SaaS Webservice. |
|
|
|
|
|
|
|
| Adds a SaaS service into the description of a site. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|