|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| 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 parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Closes the XLSX document that was opened by SpreadsheetLoad. |
|
|
|
|
|
|
|
| Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Colors an area:
in an Image control,
in an Image variable,
in a WDPic variable... |
|
|
|
|
|
|
|
| Associates a drive with a shared network directory. |
|
|
|
|
|
|
|
| Initializes a query written in SQL language and declares this query to the database server in order... |
|
|
|
|
|
|
|
| Enables the dynamic audit programmatically. |
|
|
|
|
|
|
|
| Reads the text contained in an image. |
|
|
|
|
|
|
|
| Adds an XML signature to a web service request. |
|
|
|
|
|
|
|
| Deletes data from the Google server. |
|
|
|
|
|
|
|
| Checks whether an expression is not Null in assertive programming and in automated test mode. |
|
|
|
|
|
|
|
| Allows you to find out whether a page context exists on the server (which means whether the page... |
|
|
|
|
|
|
|
| Returns the list of automatic operations in progress on an HFSQL server. |
|
|
|
|
|
|
|
| Copies a data source (file, query, view, ...) to a physical HFSQL table with the same description.... |
|
|
|
|
|
|
|
| Locks a record and restricts the access to this record for all the other applications. |
|
|
|
|
|
|
|
| Selects one or more elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
|
| Identifies the item affected by a DDE event. |
|
|
|
|
|
|
|
| Indicates whether the code is run by an action plan of the software factory. |
|
|
|
|
|
|
|
| Gets or sets the display mode of the internal loading window used when additional elements... |
|
|
|
|
|
|
|
| Calculates the area of a given geometry. |
|
|
|
|
|
|
|
| Displays a confirmation message for deleting a file from the recycle bin. |
|
|
|
|
|
|
|
| Deletes a query (used by stored procedures) from an HFSQL server. |
|
|
|
|
|
|
|
| Executes a program (an executable file, for example) from the current application. |
|
|
|
|
|
|
|
| Links (or not) the points found in a "Scatter" chart.
Warning: This feature is only available... |
|
|
|
|
|
|
|
| Adds an additional HTTP header to a request to a web service (REST or SOAP). |
|
|
|
|
|
|
|
| Deletes the specified node in an HTML document without deleting its children, which take its place. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|