|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Creates or updates a query on an HFSQL server. |
|
|
|
|
|
|
|
| Returns the status of a record during a modification conflict. |
|
|
|
|
|
|
|
| Starts a Java application or a Java applet by invoking the "Main" method of a given Java class. |
|
|
|
|
|
|
|
| Allows you to specify the behavior of some Automatic Application Features (AAF). You can... |
|
|
|
|
|
|
|
| Opens a new appointment window in the device's native calendar application.... |
|
|
|
|
|
|
|
| Returns the list of Exif tags available for the image used. |
|
|
|
|
|
|
|
| Specifies and configures the server used to send notifications by the HFSQL server. |
|
|
|
|
|
|
|
| Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude... |
|
|
|
|
|
|
|
| Set focus:
to a control (found in a window, in a page or in a frameset).
to a window.... |
|
|
|
|
|
|
|
| Checks the existence of a chart in memory. |
|
|
|
|
|
|
|
| Prints a sequence of reports. |
|
|
|
|
|
|
|
| Indicates whether the Android application is in "Device owner" mode. |
|
|
|
|
|
|
|
| Returns the size of a file (in bytes). |
|
|
|
|
|
|
|
| Configures the automatic behavior that will be implemented if an exception occurs in the current... |
|
|
|
|
|
|
|
| Detects various elements in an image: objects, faces, etc. This detection is made possible... |
|
|
|
|
|
|
|
| Deletes an application from a WEBDEV Application Server. |
|
|
|
|
|
|
|
| Inserts a row into a Looper control. |
|
|
|
|
|
|
|
| Describes a link between two tables programmatically. |
|
|
|
|
|
|
|
| Creates a text file containing the server logs between two given dates. |
|
|
|
|
|
|
|
| Deletes a dynamic row from a Multiline Zone control. |
|
|
|
|
|
|
|
| Returns or modifies the system date (current date defined on the current computer). |
|
|
|
|
|
|
|
| Returns the short name of a file or directory. |
|
|
|
|
|
|
|
| Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX). |
|
|
|
|
|
|
|
| Modifies the title of the current window (returned by CurrentWin) and the title bar. |
|
|
|
|
|
|
|
| Deletes a record from a table (query or view). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|