|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Configures the print destination. |
|
|
|
|
|
|
|
| Allows you to find out the properties of an HFSQL server. |
|
|
|
|
|
|
|
| Returns the list of recipients for a notification by email. |
|
|
|
|
|
|
|
| Sends a request for purchasing an "In-App" product associated with the application. |
|
|
|
|
|
|
|
| Modifies the border of selected cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| Deletes the selected rows from a Table or Treeview Table control. |
|
|
|
|
|
|
|
| Enables a node in an HFSQL cluster. |
|
|
|
|
|
|
|
| Selects a text fragment in an HTML Editor control. |
|
|
|
|
|
|
|
| Changes the value of a key on a Redis server. |
|
|
|
|
|
|
|
| Calculates the covariance between two series of values. |
|
|
|
|
|
|
|
| Saves a document as a "docx" file. |
|
|
|
|
|
|
|
| Returns one or all the permissions declared by the application. |
|
|
|
|
|
|
|
| Used to build the path of the elements found in a TreeView control by differentiating... |
|
|
|
|
|
|
|
| Checks whether the CapsLock key is pressed. |
|
|
|
|
|
|
|
| Displays a tooltip for an icon found in the taskbar. |
|
|
|
|
|
|
|
| Reads the appointment after the current appointment in a Lotus Notes or Outlook calendar. |
|
|
|
|
|
|
|
| Returns the number of canceled actions that can be redone on a Word Processing document. |
|
|
|
|
|
|
|
| Draws an arc of circle or an arc of ellipse:
in an Image control,
in an Image variable,... |
|
|
|
|
|
|
|
| Formats a character string according to the selected options. |
|
|
|
|
|
|
|
| Indicates whether the current process is run:
from a WINDEV executable.
from the WEBDEV... |
|
|
|
|
|
|
|
| Gets or sets the language associated with the keyboard. |
|
|
|
|
|
|
|
| Splits a file into several files. |
|
|
|
|
|
|
|
| Returns the path of the current burner. |
|
|
|
|
|
|
|
| Returns the list of invalid identifiers on the APN service of Apple. |
|
|
|
|
|
|
|
| Finds the index of an element in a TreeMap control from the element path. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|