|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Displays or hides a sliding window (sliding menu). |
|
|
|
|
|
|
|
| Searches for all the parts of a string that match a specific format. |
|
|
|
|
|
|
|
| Deletes an appointment from a Scheduler control. |
|
|
|
|
|
|
|
| Emulates one of the following actions on a Combo Box control:
click on the button to expand... |
|
|
|
|
|
|
|
| Returns specific information about a Bluetooth device. |
|
|
|
|
|
|
|
| Constructs a copy of a class instance:
An object of the actual class of the class instance... |
|
|
|
|
|
|
|
| Sends a communication request (HTTP request) to a Google service. |
|
|
|
|
|
|
|
| Returns:
the name of nth option or sub-option found in the main menu of window.
the name... |
|
|
|
|
|
|
|
| Reads the header of the email found after the current email according to the protocol used (POP3... |
|
|
|
|
|
|
|
| Adds an iteration into the current test and gives the values of test parameters for this iteration. |
|
|
|
|
|
|
|
| Allows you to:
Sort a Looper control according to one or more attributes.
Sort a Looper... |
|
|
|
|
|
|
|
| Blends two images together. This allows you to create fade-in effects between 2 images. |
|
|
|
|
|
|
|
| Retrieves the content of a Memo column from the query result, for the current row. |
|
|
|
|
|
|
|
| Deletes an option from a Radio Button control. |
|
|
|
|
|
|
|
| Removes links from a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Modifies documents in a collection of a MongoDB database. |
|
|
|
|
|
|
|
| Calculates the coefficient of correlation between two series of values. |
|
|
|
|
|
|
|
| Declares additional parameters for the Map control that will be transmitted to the Google API. |
|
|
|
|
|
|
|
| Returns information about the mechanism for automatic application update. |
|
|
|
|
|
|
|
| Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file... |
|
|
|
|
|
|
|
| Returns the size (in inches) of the diagonal of the screen on the device where the application... |
|
|
|
|
|
|
|
| Adds a row at the end of a Looper control. |
|
|
|
|
|
|
|
| Stops receiving or broadcasting a type of data in a stream. |
|
|
|
|
|
|
|
| Returns the Windows accent color. |
|
|
|
|
|
|
|
| Retrieves the DC (Device Context) of a window, control or screen. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|