|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Transfers a file or directory to an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
|
| Used to connect to a Bluetooth Low Energy device. |
|
|
|
|
|
|
|
| Closes a connection to a database. |
|
|
|
|
|
|
|
| Restores the configuration of the Dockable Panel controls in a window. |
|
|
|
|
|
|
|
| Rejects a connection request from a nearby device. |
|
|
|
|
|
|
|
| Returns or modifies the priority of an application currently run. |
|
|
|
|
|
|
|
| Deletes a set of stored procedures from an HFSQL server. |
|
|
|
|
|
|
|
| Copies a block of bytes or a fixed-length string from a memory address into another one. |
|
|
|
|
|
|
|
| Returns the position of the first character of a line in a block of text. |
|
|
|
|
|
|
|
| Deletes a break from a Table control or from a Looper control. |
|
|
|
|
|
|
|
| Ends the process to populate a Looper control programmatically. |
|
|
|
|
|
|
|
| Specifies the useful size of an internal window with automatic scrollbars. The useful size... |
|
|
|
|
|
|
|
| Displays a custom error message in a system error window for a set amount of time. |
|
|
|
|
|
|
|
| Defines the zoom of a chart. |
|
|
|
|
|
|
|
| Indicates the time elapsed (in milliseconds) since the call to ChronoStart. |
|
|
|
|
|
|
|
| Saves an image in TIFF format into a file or memory. |
|
|
|
|
|
|
|
| Returns the two high bytes of an integer. |
|
|
|
|
|
|
|
| Returns a character string without the space characters:
from the left and right side... |
|
|
|
|
|
|
|
| Establishes a connection between the client and a WebSocket server. |
|
|
|
|
|
|
|
| Indicates whether the code is run in Android mode. |
|
|
|
|
|
|
|
| Allows you to start the site when using the user groupware. |
|
|
|
|
|
|
|
| Indicates the operating system installed on the browser of the Web user. |
|
|
|
|
|
|
|
| Runs a procedure on a SOAP server. |
|
|
|
|
|
|
|
| Returns the URI of the namespace associated with the current tag in an XML document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|