|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Returns the lowest value. |
|
|
|
|
|
|
|
| Automatically updates:
the values of a data file's items in memory with the values from the controls in the window.
the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.... |
|
|
|
|
|
|
|
| Checks that the given sequence is valid according to the Luhn formula. |
|
|
|
|
|
|
|
| Calculates the next Luhn check digit for a given sequence. |
|
|
|
|
|
|
|
| Builds a 4-byte integer from two 2-byte integers. |
|
|
|
|
|
|
|
| Compares two buffers and creates a buffer containing the differences between these two buffers. |
|
|
|
|
|
|
|
| Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...). |
|
|
|
|
|
|
|
| Returns the factorial of an integer number. |
|
|
|
|
|
|
|
| Switches the LED (Light-Emitting Diode) of the device on. |
|
|
|
|
|
|
|
| Calculates a globally unique identifier (named "GUID"), whose size is:
equal to 16 bytes, which means 32 hexadecimal characters.
equal to 32 bytes, which means 64 hexadecimal characters.... |
|
|
|
|
|
|
|
| Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform.... |
|
|
|
|
|
|
|
| Deletes a directory from a disk. |
|
|
|
|
|
|
|
| Automatically updates:
the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls.
the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| Locks the current thread while waiting for the specified event to be opened. |
|
|
|
|
|
|
|
| Calculates the determinant of a square matrix (the number of rows is equal to the number of columns). |
|
|
|
|
|
|
|
| Reads the value of a matrix element. |
|
|
|
|
|
|
|
| Declares the end of the query execution and frees the memory resources allocated during the execution of the query. |
|
|
|
|
|
|
|
| Transforms the crossed records (HCross) into deleted records. |
|
|
|
|
|
|
|
| Returns the content of the current record (in a file, a view or a query, ...). |
|
|
|
|
|
|
|
| Returns the number of rows found in an XLS file. |
|
|
|
|
|
|
|
| Configures the automatic behavior that will be implemented if an error occurs in the current process. |
|
|
|
|
|
|
|
| Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor). |
|
|
|
|
|
|
|
| Positions on the parent element of current element (tag or attribute). |
|
|
|
|
|
|
|
| After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file. |
|
|
|
|
|
|
|
| Returns a string after removing the specified leading and trailing characters. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|