|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Creates a directory (and the intermediate directories if necessary). |
|
|
|
|
|
|
|
| Shuffles the elements of a WLanguage array. |
|
|
|
|
|
|
|
| Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section. |
|
|
|
|
|
|
|
| The code editor allows you to enter "Code snippets"...... |
|
|
|
|
|
|
|
| Collapses or expands an element in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Artificially triggers the security mechanism of WLanguage by throwing an exception. |
|
|
|
|
|
|
|
| The KeyType property is used to set the characteristics of a key item. |
|
|
|
|
|
|
|
| The DefaultValue property is used to:
Find out the default value of an item. This item was defined in the data model editor or through programming.
Define the default value of an item (when describing the item through programming).... |
|
|
|
|
|
|
|
| Cancels the declaration of an HTTP form and frees all its resources. |
|
|
|
|
|
|
|
| Stops a secondary thread. Function not recommended. |
|
|
|
|
|
|
|
| Returns the value of a parameter passed to the current page. |
|
|
|
|
|
|
|
| Usage example of the zipChangePath function |
|
|
|
|
|
|
|
| A fixed array is an "advanced" type of array... |
|
|
|
|
|
|
|
| Encrypts a file in binary or ASCII format. |
|
|
|
|
|
|
|
| A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector...... |
|
|
|
|
|
|
|
| The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias). |
|
|
|
|
|
|
|
| Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
|
|
|
|
|
|
|
| Locks a record and restricts the access to this record for all the other applications. |
|
|
|
|
|
|
|
| Searches for a value in an attribute of a Looper control. |
|
|
|
|
|
|
|
| Extracts:
a substring from a string starting at a specified position.
part of a buffer starting at a specified position.... |
|
|
|
|
|
|
|
| Encodes a character string according to the UUEncode algorithm. |
|
|
|
|
|
|
|
| Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|