|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
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 description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
Checks a password (encrypted or not). |
|
|
|
|
|
|
Returns information about a materialized view. |
|
|
|
|
|
|
Returns the name of static or dynamic pane found in a Tab control associated with a control. |
|
|
|
|
|
|
Adds a data into a Heatmap chart. |
|
|
|
|
|
|
Specifies the colors of different values in a Heatmap chart. |
|
|
|
|
|
|
Modifies the caption of a category on the X-axis of a Heatmap chart. |
|
|
|
|
|
|
Modifies the caption of a category on the Y-axis of a Heatmap chart. |
|
|
|
|
|
|
Retrieves data from a Heatmap chart. |
|
|
|
|
|
|
Deletes the colors specified by grHMColor from a Heatmap chart. |
|
|
|
|
|
|
Reads and returns one or more HTTP headers received by the current page (these headers are sent... |
|
|
|
|
|
|
Returns the status of a dynamic tab pane (identified by its alias). |
|
|
|
|
|
|
Modifies or returns the visibility status of internal wait window when adding additional elements... |
|
|
|
|
|
|
Adds a worksheet into a Spreadsheet control found in a window. |
|
|
|
|
|
|
Deletes a worksheet from a Spreadsheet control found in a window. |
|
|
|
|
|
|
Used to find out whether the scrollbar of a control in a WINDEV application is visible. |
|
|
|
|
|
|
Specifies the network parameters required to use the Conference controls on Internet. |
|
|
|
|
|
|
Allows you to use a control in order to create a custom formula bar for the Spreadsheet control. |
|
|
|
|
|
|
Inserts a worksheet into a Spreadsheet control found in a window. |
|
|
|
|
|
|
Selects a worksheet (identified by its name) in a Spreadsheet control. |
|
|
|
|
|
|
Deletes a file or directory from a Hadoop server. |
|
|
|
|
|
|
Creates a directory on a Hadoop server. |
|
|
|
|
|
|
Renames a file or a directory found on a Hadoop server. |
|
|
|
|
|
|
Lists the content of a directory found on a Hadoop server. |
|
|
|
|
|
|
Copies a file found on a Hadoop server to the local computer. |
|
|
|
|
|
|
Copies a file located on the local machine to a Hadoop server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|