|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Retrieves a VCard from a device that supports the OBEX protocol. |
|
|
|
|
|
|
|
| Clears the recycle bin of the system. |
|
|
|
|
|
|
|
| Displays a confirmation message for deleting a file from the recycle bin. |
|
|
|
|
|
|
|
| Restores a file found in the recycle bin of the system. |
|
|
|
|
|
|
|
| Starts recording a test scenario (also called reproduction scenario). |
|
|
|
|
|
|
|
| Stops recording the scenario. |
|
|
|
|
|
|
|
| Sends a VCard file (virtual business card) to a device that supports the OBEX protocol. |
|
|
|
|
|
|
|
| Lists the files found in the recycle bin of the system. |
|
|
|
|
|
|
|
| Returns a directory path for the global data of current application (data shared between several... |
|
|
|
|
|
|
|
| Returns a directory path for the global data of current application (data shared between several... |
|
|
|
|
|
|
|
| Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned... |
|
|
|
|
|
|
|
| Creates a socket using a Bluetooth device. |
|
|
|
|
|
|
|
| Adds elements on the right of an Horizontal Table control. |
|
|
|
|
|
|
|
| Returns and initializes the color of different chart elements. |
|
|
|
|
|
|
|
| Deletes from the AWP context a variable that was added by DeclareAWPContext. |
|
|
|
|
|
|
|
| Modifies the style of a control dynamically. |
|
|
|
|
|
|
|
| Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example). |
|
|
|
|
|
|
|
| Inserts elements in the format of columns into a horizontal Table control. |
|
|
|
|
|
|
|
| Modifies a column in a horizontal Table control. |
|
|
|
|
|
|
|
| Indicates the backup file for the result of next HTTP request, run in the same thread. |
|
|
|
|
|
|
|
| Cancels the declaration of an HTTP form and frees all its resources. |
|
|
|
|
|
|
|
| Clears an HTTP form that is currently edited. |
|
|
|
|
|
|
|
| Adds a parameter to an HTTP form. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|